Skip to content

Commit a8e5798

Browse files
authored
Update bc.json
1 parent 93efa62 commit a8e5798

File tree

1 file changed

+3
-128
lines changed

1 file changed

+3
-128
lines changed

bc.json

Lines changed: 3 additions & 128 deletions
Original file line numberDiff line numberDiff line change
@@ -1,134 +1,9 @@
11
{
2-
"port": 3000,
3-
"address": "https://db643e67-c39d-4394-b8fb-49bf7ba29180.ws-us02.gitpod.io",
4-
"editor": "gitpod",
5-
"configPath": {
6-
"config": "bc.json",
7-
"base": ".breathecode",
8-
"exercises": "./exercises",
9-
"output": ".breathecode/dist"
10-
},
11-
"outputPath": "./.learn/dist",
12-
"publicPath": "/preview",
13-
"grading": "isolated",
14-
"ignoreRegex": null,
15-
"webpack_template": null,
16-
"disable_grading": false,
17-
"onCompilerSuccess": "open-browser",
182
"language": "vanillajs",
19-
"compiler": "webpack",
20-
"tester": "jest",
21-
"actions": [
22-
"build",
23-
"test",
24-
"reset"
25-
],
263
"difficulty": "beginner",
274
"duration": 8,
5+
"repository": "https://github.com/4GeeksAcademy/javascript-events-tutorial-exercises",
286
"description": "Learn how to make your application interactive, wait for the user to click, use the keyboard, use the mouse, resize the window and much more!",
297
"title": "Javascript Events",
30-
"slug": "javascript-events",
31-
"session": 3798914227702408000,
32-
"exercises": [
33-
{
34-
"slug": "00-introduction",
35-
"title": "00-introduction",
36-
"done": false,
37-
"path": "exercises/00-introduction",
38-
"translations": [
39-
"us"
40-
],
41-
"graded": false
42-
},
43-
{
44-
"slug": "01-alert-on-click",
45-
"title": "01-alert-on-click",
46-
"done": false,
47-
"path": "exercises/01-alert-on-click",
48-
"translations": [
49-
"us"
50-
],
51-
"graded": false
52-
},
53-
{
54-
"slug": "02-on-click-Hello-World",
55-
"title": "02-on-click-Hello-World",
56-
"done": false,
57-
"path": "exercises/02-on-click-Hello-World",
58-
"translations": [
59-
"us"
60-
],
61-
"graded": false
62-
},
63-
{
64-
"slug": "03-sum-values",
65-
"title": "03-sum-values",
66-
"done": false,
67-
"path": "exercises/03-sum-values",
68-
"translations": [
69-
"us"
70-
],
71-
"graded": false
72-
},
73-
{
74-
"slug": "04-hide-on-click",
75-
"title": "04-hide-on-click",
76-
"done": false,
77-
"path": "exercises/04-hide-on-click",
78-
"translations": [
79-
"us"
80-
],
81-
"graded": false
82-
},
83-
{
84-
"slug": "05-the-load-event",
85-
"title": "05-the-load-event",
86-
"done": false,
87-
"path": "exercises/05-the-load-event",
88-
"translations": [
89-
"us"
90-
],
91-
"graded": false
92-
},
93-
{
94-
"slug": "06-add-listener-with-js",
95-
"title": "06-add-listener-with-js",
96-
"done": false,
97-
"path": "exercises/06-add-listener-with-js",
98-
"translations": [
99-
"us"
100-
],
101-
"graded": false
102-
},
103-
{
104-
"slug": "07-count-on-click",
105-
"title": "07-count-on-click",
106-
"done": false,
107-
"path": "exercises/07-count-on-click",
108-
"translations": [
109-
"us"
110-
],
111-
"graded": false
112-
},
113-
{
114-
"slug": "07.1-change-turn-on-click",
115-
"title": "07.1-change-turn-on-click",
116-
"done": false,
117-
"path": "exercises/07.1-change-turn-on-click",
118-
"translations": [
119-
"us"
120-
],
121-
"graded": false
122-
},
123-
{
124-
"slug": "08-event-target",
125-
"title": "08-event-target",
126-
"done": false,
127-
"path": "exercises/08-event-target",
128-
"translations": [
129-
"us"
130-
],
131-
"graded": false
132-
}
133-
]
134-
}
8+
"slug": "javascript-events"
9+
}

0 commit comments

Comments
 (0)