'use strict' in javascript
Jan 11, 2022 · 2 min read · use strict is a special feature that javascript provides us to write code in the script file. This helps us to write code more efficiently and smartly. All we need to do is just write use strict at the beginning of script.js file and that's it. We ar...
Join discussion



