JavaScript learning Summary (suitable for beginners)

Source: Internet
Author: User

Constant:JavaScript constants, also known as literal constants, are information solidified in program code. Variable:The main function of a variable is to access data and provide a container to access information. Data TypeInteger: an integer constant is a number in decimal, octal, and hexadecimal notation. String: one or several characters enclosed by "" or. Boolean: Boolean constants are logical "true" and "false ". Null: In JavaScript, "null" indicates nothing. A warning box is displayed:Alert The "yes/no" dialog box is displayed:Confirm Output to page content:Document. write Get built-in objects:Dateobj = new Date (); theYear = dateobj .GetYear ();

Common Methods for javascript Date objects
Method Description
GetDate () Return date value (1-31)
GetDay () Returns the week value (0-6)
GetHours () Returns the hour value (0-23)
GetMinutes () Returns the minute value (0-59)
GetSeconds () Returns the second value (0-59)
GetMonth () Returns the month value (0-11)
GetFullYear () Returns the year. The value is 4 digits.
GetTime () Returns the number of milliseconds since (1970 01 ).

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.