C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML
JavaScript Keywords
Review language keywords and DOM methods that are used to create web applications.
Keywords. A city is not built all at once. One brick is added and then another. As centuries pass the city grows. Like a city, JavaScript has humble beginnings.
Other methods. We find many useful built-in methods like parseInt. These are ready to use in every browser that supports JavaScript—they are efficient and well-tested.ArrayArray.isArraydecodeURIdecodeURIComponentencodeURIencodeURIComponentisNaNJSON.parseJSON.stringifyNumberparseFloatparseIntperformance.now
Custom methods. We can build complex custom methods in JavaScript. These are not included in browsers. But they can make programs simpler.Custom: Linked List
MDN. This is the Mozilla Developer Network. MDN has many good JavaScript reference pages. And it may have some insight from the developers of Firefox.Standard built-in objects: MDN
A benchmark note. JavaScript performance is in a state of flux. It is changing. New optimizations appear. I provide complete HTML benchmark pages so you can run them yourself.
A review. Over the years my perspective of JavaScript has changed. With new compilers, this language has gained performance. It is key to the web of the future.
© TheDeveloperBlog.com