You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,26 +12,26 @@ I'm a huge nerd :nerd_face: of [vanilla javascript (JS)][all-things-js]. This re
12
12
13
13
> [Read these blikies on javascript to learn a bit more about this repository's work in use][js-bliki].
14
14
15
-
## Feedback
16
-
17
-
If you were wondering, [ask questions and problems on GitHub][ama]. It is as easy as creating a new issue. If not, here are the ways you can provide feedback.
18
-
19
-
-[Submit bugs and request code snippets][new-issue]
20
-
-[Upvote popular code snippets][openned-issues]
21
-
-[Review source code and documentation][pull-requests]
22
-
23
-
### Getting Started
15
+
## Getting Started
24
16
25
17
For minimum requirements, you will need followings:
26
18
27
19
- An editor, [like VS Code][download-vscode]
28
20
- A development local server, [like Live Server for VS Code][cc-liveserver], and
29
21
- A web browser, [like Brave][download-brave] as for javascript playground
30
22
31
-
###Run from Source
23
+
## Run from Source
32
24
33
25
[You'll want to copy the source and paste it on the browser console, then play around with those methods by calling it.][cc-dom-select]
34
26
27
+
## Feedback
28
+
29
+
If you were wondering, [ask questions and problems on GitHub][ama]. It is as easy as creating a new issue. If not, here are the ways you can provide feedback.
30
+
31
+
-[Submit bugs and request code snippets][new-issue]
32
+
-[Upvote popular code snippets][openned-issues]
33
+
-[Review source code and documentation][pull-requests]
34
+
35
35
## Learning Resources
36
36
37
37
Nowadays, vanilla javascript already cover most of it anyways. And, polyfills are there whenever some random feature doesn't support on the browser.
0 commit comments