文件名称:js-training:精通JavaScript
文件大小:167KB
文件格式:ZIP
更新时间:2024-05-27 12:21:11
JavaScript
设置 首先,此存储库。 全局依赖 在计算机上安装globaly节点 # download your code locally git clone https://github.com/GITHUB_LOGIN/js-training.git # don't forget to remplace GITHUB_LOGIN by your github login # change working directory to the newly cloned repository cd js-training 测验 为杰作编码后,就可以开始测试解决方案了。 您可以使用我们的测试工具来检查所有文件 # run the test runner ./tester 或者,您只能使用 # run the test runner with args ( basics, advanced, math, g
【文件预览】:
js-training-master
----.travis.yml(55B)
----exercises()
--------get.js(619B)
--------min.js(713B)
--------sign.js(777B)
--------same-sign.js(744B)
--------circular.js(545B)
--------capitalize.js(509B)
--------primitives.js(551B)
--------get-first.js(485B)
--------jaden-case.js(336B)
--------add.js(416B)
--------cut.js(566B)
--------escape-str.js(564B)
--------obj.js(624B)
--------repeat.js(785B)
--------keep.js(526B)
--------multiply.js(930B)
--------total.js(420B)
--------concat-str.js(468B)
--------is-positive.js(613B)
--------words.js(559B)
--------id.js(384B)
--------yell.js(235B)
--------arr.js(373B)
--------multiply-recursive.js(1KB)
--------get-length.js(510B)
--------get-last.js(475B)
--------sub.js(461B)
--------abs.js(703B)
--------whisper.js(260B)
--------max.js(714B)
--------sentence.js(590B)
----img()
--------output-node.png(56KB)
--------output-tester.png(19KB)
--------where-to-code.png(53KB)
----package.json(2KB)
----LICENSE(1KB)
----.eslintrc.js(24KB)
----tester(3KB)
----examples()
--------get.js(4KB)
--------data-structures.js(5KB)
--------primitive-and-operators.js(3KB)
--------callback.js(26B)
--------if-else.js(1KB)
--------event.js(24B)
--------promise.js(26B)
--------set.js(2KB)
--------stream.js(24B)
--------loops.js(2KB)
--------methods.js(3KB)
--------functions-as-values.js(332B)
--------ternary.js(2KB)
--------recursion.js(1KB)
--------README.md(2KB)
--------variables.js(2KB)
--------functions.js(4KB)
----README.md(8KB)
----.editorconfig(321B)