Monday, January 7, 2019

Strict Mode In JavaScript

Strict mode in JavaScript is a modern way of writing the JavaScript code that changes the JavaScript silent errors into thrown errors. We will see how to use Strict Mode in JS.

source https://www.c-sharpcorner.com/Blogs/strict-mode-in-javascript

No comments:

Post a Comment