somepjs oo reviewing javascript object orientation quiz re coded istanbul 2019 源
测验:查看JavaScript对象方向 ??? 查看JavaScript对象方向 ?: class Tree { constructor ( type ) { this . type = type ; } } 我们将如何创建上述class的实例? () Tree.initialize('Oak') (X) new Tree('Oak') () new Tree().constructor('Oak') () let oak = new Tree(); Tree.type = 'Oak' let oak = new Tree(); Tree.type = 'Oak' ?:
文件列表
fewpjs-oo-reviewing-javascript-object-orientation-quiz-re-coded-istanbul-2019-master.zip
(预估有个5文件)
fewpjs-oo-reviewing-javascript-object-orientation-quiz-re-coded-istanbul-2019-master
CONTRIBUTING.md
2KB
LICENSE.md
1KB
.gitignore
215B
.learn
43B
README.md
4KB
暂无评论