Skip to content

plbin97/InterviewByJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InterviewByJS

Interview question case that answered by JavaScript

Environment

It requires NodeJS (1.14.15+)

Webstorm is recommended.

Install dependencies:

npm install

All the interview question cases are located in /src/*


Add new interview case:

npm run new yourPath/yourFile

After executing the command, you are also required to input your case name, such as Leetcode 1 Two Sum.

It would create three new files yourFile.mjs, yourFile.test.mjs, and yourFile.readme.md under the folder /src/yourPath/.


yourFile.mjs -> Interview response

yourFile.test.mjs -> Interview response testing

yourFile.readme.md -> Interview question case description.

About

Interview question that answered by JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published