JavaScript ES6 / ES2015 - [06] New String & Number Methods

preview_player
Показать описание
In this video we will discuss some of the new string and number methods and features

SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH:

ONE TIME DONATIONS:
Рекомендации по теме
Комментарии
Автор

It's worth noting that Number.isInteger() is also for detecting whether or not it's a float, so Number.isInteger(1.5) = false

michaelsimmons
Автор

console.log(isNaN('string')) will return true. by mistake you said false.

ashutoshdwivedi