【发布时间】:2015-03-31 16:37:35
【问题描述】:
这里是新手程序员!
我在 codeacademy.org 上学习并不断收到此错误,即使我很确定它已正确编写。帮忙?
// Declare a variable on line 3 called
// myCountry and give it a string value.
var myCountry = "Panama";
// Use console.log to print out the length of the variable myCountry.
console.log(.length myCountry);
// Use console.log to print out the first three letters of myCountry.
console.log(myCountry .subscript(0,3));
【问题讨论】:
-
这是什么语言?
标签: javascript syntax-error token