JavaScript Was So Bad They Had To Add A Second Mode To Fix It (Дата оригинальной публикации: )

JavaScript used to be the wild west when it came to hidden errors. So many unintuitive mistakes/errors were hidden which is why JavaScript introduced strict mode to clean up those weird interactions. Strict mode adds a bunch of different rules mostly around fixing potential bugs and surfacing them to the developer. 📚 Materials/References: ES6 Modules Video: ES6 Modules Article: 🌎 Find Me Here: My Blog: My Courses: Patreon: Twitter: Discord: GitHub: CodePen: ⏱️ Timestamps: 00:00 - Introduction 00:27 - How to enter strict mode 02:30 - Reason #1 for strict mode 04:10 - Reason #2 for strict mode 05:56 - Reason #3 for strict mode 06:18 - Reason #4 for strict mode 07:19 - Reason #5 for strict mode 08:35 - Reason #6 for strict mode 09:47 - Reason #7 for strict mode 11:28 - Reason #8 for strict mode #StrictMode #WDS #JavaScript
Back to Top