-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathjavascript.json
More file actions
44 lines (44 loc) · 1.08 KB
/
javascript.json
File metadata and controls
44 lines (44 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[
{
"name": "JetBrains WebStorm",
"description": "An intelligent and smart IDE for the modern JavaScript ecosystem.",
"url": "https://www.jetbrains.com/webstorm/",
"free": false,
"tags": [
"editor",
"ide",
"debug"
]
},
{
"name":"JS Bin",
"description":"A tool for experimenting with web languages",
"url": "https://jsbin.com/",
"free": true,
"tags": [
"playground",
"snippets"
]
},
{
"name": "MDN JavaScript Reference",
"description": "High-quality documentation for all the JavaScript standard built-in objects, along with their methods and properties.",
"url": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference",
"free": true,
"tags": [
"reference",
"docs"
]
},
{
"name": "You Might Not Need jQuery",
"description": "Alternatives to common jQuery functions that are just as easy to use in vanilla JavaScript.",
"url": "http://youmightnotneedjquery.com",
"free": true,
"tags": [
"jquery",
"javascript",
"vanilla"
]
}
]