File tree 2 files changed +37
-33
lines changed
2 files changed +37
-33
lines changed Original file line number Diff line number Diff line change 1
- # Website
2
-
3
- This website is built using [ Docusaurus 2] ( https://v2.docusaurus.io/ ) , a modern static website generator.
4
-
5
- ## Installation
6
-
7
- ``` console
8
- yarn install
9
- ```
10
-
11
- ## Local Development
12
-
13
- ``` console
14
- yarn start
15
- ```
16
-
17
- This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
18
-
19
- ## Build
20
-
21
- ``` console
22
- yarn build
23
- ```
24
-
25
- This command generates static content into the ` build ` directory and can be served using any static contents hosting service.
26
-
27
- ## Deployment
28
-
29
- ``` console
30
- GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
31
- ```
32
-
33
- If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the ` gh-pages ` branch.
1
+ <div align =" center " >
2
+ <img src="static/img/cracking-javascript.png" width="360" height="360">
3
+ <br>
4
+ <br>
5
+ <br>
6
+ <h2>The ultimate resource to prepare for JavaScript interviews</h2>
7
+ <br>
8
+ </div >
9
+
10
+ ---
11
+ ## Content
12
+
13
+ #### Types
14
+ #### Coercion
15
+ #### Scope
16
+ #### Closures
17
+ #### Modules
18
+ #### Currying
19
+ #### Objects
20
+ #### Immutability
21
+ #### Prototypes
22
+ #### Async
23
+ #### Callbacks
24
+ #### Promises
25
+ #### Performance
26
+ #### DOM
27
+ #### Strings
28
+ #### Arrays
29
+ #### MICS
30
+
31
+ ## Built With
32
+
33
+ [ Docusaurus] ( https://v2.docusaurus.io/ ) - An optimized site generator in React
34
+
35
+ ## Maintainers
36
+
37
+ [ Abhishek Jakhar] ( https://github.com/abhishekjakhar )
You can’t perform that action at this time.
0 commit comments