You still don’t like JavaScript?
With the beginning of the era of HTML5, it took the market a large number of JavaScript programmers. Many other languages began to shift to JavaScript massively.
I have many times seen as developers with extensive experience scolded this, one of the most flexible and powerful, words without understanding its principles. In this article,
I will try to describe the essence and philosophy of JavaScript. Here will be just four lines of code and a lot of what not to write in textbooks. Promise that you’ll love this language, or at least become more efficient. So there you go!
I’ll discuss the main features of the language and the investigation of them. For example, JavaScript has a very low entry threshold. With C++ or Java, you can start the quite common program on it after 15 minutes after dating. However, to do professional things, you need to read the documentation, books on patterns of JavaScript to communicate with more experienced colleagues. Most of the “potbellied and old Jedi programming, of course, do not scold and language.
Maybe it would be better if the entry threshold was above?
I think not (although critics would be less). Agree, it is much easier to comprehend the nuances when you can already write functional code.
-
JavaScript is multi-paradigm language. It combines object-oriented and functional approaches.
-
Also available structured programming and much more. It’s due to the high flexibility of language. Functions are objects of the first kind; variables can change the type objects receive new properties on the fly.