var greeting = "Ahoy";var greeting = "Ahoy";var greet = function() { console.log(greeting);};greet();var greet...
(詳全文)
發表時間:2012-04-14 08:55:14 | 回應:0
var hello = function () { // Print hello on the console. console.log("i am saying hello");};hello();hello();va...
(詳全文)
發表時間:2012-04-14 08:44:00 | 回應:0