Skip to content

Выполнено ДЗ#1

Open
NikiRenegade wants to merge 16 commits into
mainfrom
HomeWork
Open

Выполнено ДЗ#1
NikiRenegade wants to merge 16 commits into
mainfrom
HomeWork

Conversation

@NikiRenegade

Copy link
Copy Markdown
Owner

No description provided.

return Math.abs(a - b);
}
function IsWord(str){
return str.includes(" ") ? false : true;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Предлагаю вам кейс: " HELLO "


function GetMinutesToday() {
let now = new Date();
let startOfDay = new Date(now.getFullYear(), now.getMonth(), now.getDate());

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А вам недостаточно значения, которое в now находится?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants