JavaScript Basic:Variables

Variables 變數

Variables is a container that has a name on it and inside of the container we store bit of data.

 

宣告

var name="Zoly";

var yourBirthday="0802";

 

Variables 命名方式

“Camel case"

Means that the first letter is always lowercase and then if we have another word we uppercase the first letter of the new word.

Posted in: UI

發表留言

這個網站採用 Akismet 服務減少垃圾留言。進一步了解 Akismet 如何處理網站訪客的留言資料