We often see some data types in javascript, such as "undefined", "boolean", and "string, this article will help you learn the basic JavaScript data types, value types, and reference types. For more information, see this article, four basic data
Four basic data types in javascript: numeric values (integers and real numbers), string literals (characters or values enclosed by "" or "), Boolean (make True or false), and null values. The data in the basic type of JavaScript can be constants or
Detail JavaScript data types and conversionsJavaScript data types1.Boolean (BOOL)Boolean: (value type) var b1=true;//boolean type2.Number (digital)Value: (value type) var n1=3.1415926;//numeric typeN1.tofixed (3);//rounding retains 3 decimal places.3
Javascript allows three basic data types: Numbers, text characters, and boolean values. In addition, it supports two small data types: null and underfined, each defining only one value. In addition to these basic data types, JavaScript also supports
ArticleDirectory
Javascript Introduction
How to Implement Javascript
Where to place Javascript
Javascript statements
Javascript Variables
Javascript Operators
Javascript branch statement
Javascript message box
Original: How to learn JavaScript properlyDirectory
Don't learn JavaScript like this
Resources for this course
1-2 weeks (Introduction, data type, expressions, and operators)
3-4 weeks (object, array, function,
my summary of the sentence: The original value, whether it is a variable assignment or a function pass, does not change the original value, the reference value whether it is a variable assignment or a function pass, and if the new variable is
Directory1 History 2 clarifying misunderstandings 3 basic concepts 4 features 5 different from Java 6 development toolsHistoryProbably in 1992, a company called Nombas began developing an embedded scripting language called C-minus (C-minus-minus, or
JavaScript BasicsJavaScript is a scripting language that belongs to the web!JavaScript is used by millions of of pages to improve design, verify forms, detect browsers, create cookies, and more.JavaScript is the most popular scripting language on
Original: How to learn JavaScript properly (2014-2-7)
Duration of study: 6-8 weeksLearning Prerequisites: High school level, no programming experience requiredUpdated (2014-1-7)
A learning group was created on Reddit.January, "Learn
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.