文件名称:JS-Exercise-Prototype:JS构造函数的练习
文件大小:1.01MB
文件格式:ZIP
更新时间:2024-03-10 14:27:32
exercise prototypes codesandbox js-exercise-prototype JavaScript
构造函数,原型和此
JavaScript基础
目标
解释“ this”关键字的四个原理,并举例说明每个解释
描述并使用原型,构造函数new关键字和伪古典继承来构建对象
介绍
为了完成这些任务,您将需要新获得的有关构造函数,原型和this关键字的知识。
指示
任务1-建立专案
叉子回购
克隆您的叉子(不是错误的Lambda的回购!)。
cd到新克隆的存储库中。
通过输入git checkout -b
【文件预览】:
JS-Exercise-Prototype-master
----.eslintrc.json(240B)
----index.html(1KB)
----.babelrc(36B)
----instructionsCodeSandbox.png(218KB)
----instructionsVScode.png(767KB)
----jest.config.js(6KB)
----__tests__()
--------index.test.js(3KB)
----README.md(2KB)
----.gitignore(2KB)
----index.js(3KB)
----package-lock.json(244KB)
----package.json(428B)