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

Specifications about js

不言
Release: 2018-04-10 11:46:19
Original
1524 people have browsed it

The content shared with you in this article is about the standard issues of js. It has certain reference value and friends in need can refer to it


Directory

  • Embedding rules

  • Align indentation and line breaks

  • Name

  • Declaration

  • Type

  • Object

  • Array

  • String

  • Function

  • Attribute

  • Variable

  • Conditional expressions and equal signs

  • Blocks

  • Comments

  • Blank

  • ##Comma

  • Semicolon

  • Type conversion

  • Naming Convention

  • Accessor

  • Constructor

  • Event

  • Module

  • jQuery

  • ##Embedding Rules


Javascript programs should be placed in .js files as much as possible. When they need to be called, they should be included in the page in the form of

Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template