Skip to content

Commit 693ce2c

Browse files
committed
Initially loaded the JS Basics book content (English)
0 parents  commit 693ce2c

File tree

568 files changed

+31208
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

568 files changed

+31208
-0
lines changed

.bookignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Ignore the "resources" folder (it holds files, which are not part of the book assets)
2+
resources/*

.gitignore

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Node rules:
2+
## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
3+
.grunt
4+
5+
## Dependency directory
6+
## Commenting this out is preferred by some people, see
7+
## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git
8+
node_modules
9+
.idea
10+
.vscode
11+
12+
# Book build output
13+
_book
14+
15+
# eBook build output
16+
*.epub
17+
*.mobi
18+
*.pdf
19+
20+
**/*.DS_Store
21+
22+
23+
# VScode
24+
.vscode
25+
.vscode/*
26+
!.vscode/settings.json
27+
!.vscode/tasks.json
28+
!.vscode/launch.json
29+
!.vscode/extensions.json
30+
/resources/Prepress-Scripts/Prepress-Book-in-MS-Word/obj
31+
/resources/Prepress-Scripts/Prepress-Book-in-MS-Word/.vs
32+
/resources/Prepress-Scripts/Prepress-Book-in-MS-Word/bin

ISSUE_TEMPLATE.md

Lines changed: 7 additions & 0 deletions

LICENSE.md

Lines changed: 1 addition & 0 deletions

README.md

Lines changed: 51 additions & 0 deletions

SUMMARY.md

Lines changed: 22 additions & 0 deletions

assets/alert-icon.png

2.86 KB

assets/calculate-square-area-js.png

42.6 KB
12.1 KB

0 commit comments

Comments
 (0)