After a long experience ... Javascript in its modern concept differs not partly but completely from the
Javascript found in the Arabic courses and the basic courses and tracks ...
Try every term mentioned in the post, search and read simple information about it (it makes a very big difference).
Since everyone is going to learn Javascript frameworks (Vue, React ..etc), it must be noted *:
Tips before learning any Vue JavaScript framework:
In a very important term it is necessary to learn its basics (not to go deep into it either) which is OOP or object-oriented programming, depending on which modern frameworks depend on and basically any medium or above average project! In short, it is a way to write code using objects instead of functions, which is found in almost all modern programming languages.
For example, Math, document or window are "objects" that use the same concept.
A video that shows everything about OOP with Javascript
https://www.youtube.com/watch?v=PFmuCDHHpwk
ES6 should be learned. In short, it is a modern version of Javascript that includes very powerful features that are indispensable in dealing with modern frameworks because it is mainly used, but it is not supported by almost all browsers, so the webpack tool is used. We will talk about it later ...
(A powerful course that allows you to view and modify the code and application while learning: https://scrimba.com/course/ges6)
Second course:
https://www.youtube.com/watch?v=NCwa_xi0Uuc
- The NPM must be studied quickly because it will be used mainly in adding and managing the bunches to be used in the project and to the framework (Vue, for example) .. and thus study Node.js quickly (basics and not delving into node.js and their appendices, but the basics ... ) Because npm depends on node.
- You must study the basics of Webpack and find out how it works (not in depth but the basics in hours), in short, a very powerful Webpack tool that uses sub-technologies like Babel and its mission is that it compile the code and produce a production version that you can use with all browsers. The tool's features are many and its importance is great because it produces code From your code, therefore, it allows you to do a lot of things that differ from each technology to the other, such as writing html, css, js in one file in the Vue (Single File Component).
important information:
Javascript is a programming language whose dimensions are very large and not DOM and BOM. These terms are simple basic Objects whose mission is to use Javascript with page elements or with the browser.
Become a Javascript Monster
Reviewed by Jugurtha Gc
on
août 10, 2020
Rating:
Aucun commentaire: