InterviewByJS:JavaScript回答的面试问题

时间:2021-05-24 19:55:33
【文件属性】:
文件名称:InterviewByJS:JavaScript回答的面试问题
文件大小:44KB
文件格式:ZIP
更新时间:2021-05-24 19:55:33
JavaScript 采访ByJS JavaScript回答的面试问题案例 环境 它需要NodeJS (1.14.15+) 建议使用Webstorm 。 安装依赖项: npm install 所有面试问题案例都位于/src/* 添加新的采访案例: npm run new yourPath/yourFile 执行命令后,还需要输入案例名称,例如Leetcode 1 Two Sum 。 它将在文件夹/src/yourPath/下创建三个新文件yourFile.mjs , yourFile.test.mjs和yourFile.readme.md 。 yourFile.mjs >面试响应 yourFile.test.mjs >面试响应测试 yourFile.readme.md >面试问题案例描述。
【文件预览】:
InterviewByJS-main
----src()
--------leetcode()
--------twitterOA()
--------lib()
--------example.test.mjs(555B)
--------example.mjs(233B)
--------honeywell-interview()
--------example.readme.md(130B)
----.idea()
--------InterviewByJS.iml(458B)
--------workspace.xml(17KB)
--------jsLibraryMappings.xml(187B)
--------modules.xml(278B)
--------codeStyles()
--------vcs.xml(180B)
----util()
--------newCase()
----LICENSE(1KB)
----README.md(724B)
----.gitignore(2KB)
----package-lock.json(32KB)
----tester()
--------testingKitForEachCase.mjs(1KB)
----package.json(589B)

网友评论