Scroll

Melody Pro

Do not, for one repulse, give up the purpose that you resolved to effect.

Webstorm Intro

WebStorm 是jetbrains公司旗下一款JavaScript 开发工具。被广大中国JS开发者誉为“Web前端开发神器”、“最强大的HTML5编辑器”、“最智能的JavaScript IDE”等。
MORE

JavaScript: Types & Grammar

Case-sensitivity

The Format of the Identifiers:

An identifier is the name of a variable, function, property, or function argument. Identifiers may be
one or more characters in the following format:

MORE

JavaScript in HTML

The primary method of inserting JavaScript into an HTML page is via the <script> element.
The type attribute of the <script> element indicates the content type (also called MIME type) of the scripting language being used by the code block. The type attribute is safe to omit, as text/javascript is it’s default value.

MORE