Home  >  Article  >  Web Front-end  >  What foundation is needed to learn js?

What foundation is needed to learn js?

little bottle
little bottleOriginal
2019-05-17 10:15:143184browse

JavaScript is a literal scripting language, referred to as JS. It is a dynamically typed, weakly typed, prototype-based language with built-in support for types. Its interpreter is called the JavaScript engine, which is part of the browser and is widely used in client-side scripting languages. It was first used on HTML web pages to add dynamic functions to HTML web pages.

What foundation is needed to learn js?

It is recommended that you learn HTML CSS before learning js, because the basic operation of javascript is to operate html tags and css attributes.

I recommend a few books for you to learn JavaScript. The introductory book "The Art of JavaScript DOM Programming" and the more comprehensive one are "Javascript Advanced Programming". After reading this, you have almost learned the basics of js

Then you need to learn js frameworks, such as vue.js, react, angular.js, etc.

The above is the detailed content of What foundation is needed to learn js?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn