Faraz is a professional JavaScript developer who is passionate about moving the web forward and promoting patterns and ideas that will make development more productive. He regularly writes about JavaScript, web development, and best practices.
In JavaScript, the Number type cannot safely represent integer values larger than 2⁵³. This limitation has forced developers to use inefficient workarounds and third-party libraries. BigInt is a new data type intended to fix that.
Read more…
If you have ever done any sort of sophisticated text processing and manipulation in JavaScript, you’ll appreciate the new features introduced in ES2018. In this article, we take a good look at how the ninth edition of the standard improves the text processing capability of JavaScript.
Read more…
Developers are using ECMAScript 6 features more and more, and soon these features will be unavoidable. In this tutorial, you’ll learn how ECMAScript 6 has upgraded parameter handling in JavaScript, and more.
Read more…