Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/windate3411/javascript-interview-prep-game
It's a simple command line game for people preparing for junior level technical interviews by answering series of javascript interview questions.
https://github.com/windate3411/javascript-interview-prep-game
command-line interview interview-questions javascript
Last synced: 3 months ago
JSON representation
It's a simple command line game for people preparing for junior level technical interviews by answering series of javascript interview questions.
- Host: GitHub
- URL: https://github.com/windate3411/javascript-interview-prep-game
- Owner: windate3411
- Created: 2022-11-11T08:09:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-04T09:11:34.000Z (about 2 years ago)
- Last Synced: 2024-08-09T05:11:56.067Z (5 months ago)
- Topics: command-line, interview, interview-questions, javascript
- Language: JavaScript
- Homepage:
- Size: 113 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Javascript Interview Prep Game
Challenge your javascript understanding for job interviews through a simple command-line game!
## Description
It's a simple command line game for people preparing for junior level technical interviews by answering series of javascript interview questions.
For every question you'll get various options, and there's only ONE correct answer for each question.
![demo preview1](https://i.imgur.com/eQJLuRP.png)
If you got the answer wrong, the game would be immediately terminated and you'll see what javascript concepts you need to work on.
![demo preview2](https://i.imgur.com/ldsA1OF.png)
## Getting Started
### Prerequisites
- Node.js
- Basic understanding of javascript### Executing program
- Type the following command in your terminal and you're good to go!
```
npx javascript-interview-prep
```## Authors
[Danny Wang](https://github.com/windate3411)
## Version History
- 1.2.0
- Add questions 11 ~ 25
- 1.1.0
- Add Winning Conditions
- 1.0.0
- Initial Release