我是一个初级的JS开发人员,我不确定什么是命名可能连接到前端接口的变量的best practice。例如,我试图提供一个list of the states and their cities;我想知道是否应该遵守JS naming conventions来编写对象属性名称,还是用CAPITALS.编写它们总结:
将对象propertiesnaming数组元素命名为对象的数组元素作为对象的对象属性值在大写中命名父对象本身为?有空格??
为了传递到游戏的下一部分,我需要制作一个程序,其中包含一个函数,它接受一个数组命令行参数,并将数组的第一个索引添加到最后一个。它给了我一些启动代码,以防我需要它,但即使在这一点上,我也感到困惑。The lines of code below will test your function when you run it from the
// command line with Node.jsThe lines of code below will test your function when you run it f