Skip to content

Conversation

@NikiRenegade
Copy link
Owner

No description provided.

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

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());

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.

3 participants