JS & Node

Checking Javascript Version (Why It Makes No Sense)

So you are looking for ways to check the Javascript version, add some compatibility checks to your project? “Javascript version” can refer to any of the following in the modern-day: ECMA International now handles the recommended standards for the development of Javascript – ECMAScript 1st edition (ES1), ECMAScript 2nd edition (ES2), etc… Every company has

Checking Javascript Version (Why It Makes No Sense) Read More »

3 Ways To Display Error Messages In Javascript (Simple Examples)

Welcome to a quick tutorial on how to display error messages in Javascript. Just started with Javascript and wondering where the error messages went? Or looking for ways to better deal with error notifications? The common ways to show error messages in Javascript are: Error messages will show in the developer’s console by default. In

3 Ways To Display Error Messages In Javascript (Simple Examples) Read More »