Home > Web Front-end > JS Tutorial > body text

What basics are needed to learn javascript?

藏色散人
Release: 2020-09-17 10:11:08
Original
5660 people have browsed it

Learning JavaScript requires a foundation in HTML and CSS. Before learning javasctipt, you need to learn HTML CSS first, because the basic operation of javascript is to control html tags and css attributes to achieve various dynamic functions.

What basics are needed to learn javascript?

JavaScript is a literal scripting language that 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 (an application under Standard Universal Markup Language) web pages to add dynamic functions to HTML web pages. .

javasctipt is referred to as js. Before learning js, it is recommended that you learn HTML CSS first, because the basic operation of javascript is to operate html tags and css attributes.

To learn JavaScript, I recommend several books to everyone. The introductory book "Javascript DOM Programming Art" 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 basics are needed to learn javascript?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!