Skip to content

Commit 4734394

Browse files
committed
Merge branch 'master' of https://github.com/dnim/JavaScript30
2 parents 595f9eb + c322162 commit 4734394

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

10 - Hold Shift and Check Checkboxes/index-FINISHED.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
console.log(checkbox);
115115
if (checkbox === this || checkbox === lastChecked) {
116116
inBetween = !inBetween;
117-
console.log('STarting to check them inbetween!');
117+
console.log('Starting to check them inbetween!');
118118
}
119119

120120
if (inBetween) {

19 - Webcam Fun/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"author": "",
1010
"license": "ISC",
1111
"devDependencies": {
12-
"browser-sync": "^2.12.5"
12+
"browser-sync": "^2.12.5 <2.23.2"
1313
}
1414
}

20 - Speech Detection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"author": "",
1010
"license": "ISC",
1111
"devDependencies": {
12-
"browser-sync": "^2.12.5"
12+
"browser-sync": "^2.12.5 <2.23.2"
1313
}
1414
}

21 - Geolocation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"author": "",
1010
"license": "ISC",
1111
"devDependencies": {
12-
"browser-sync": "^2.12.5"
12+
"browser-sync": "^2.12.5 <2.23.2"
1313
}
1414
}

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Feel free to submit a PR adding a link to your own recaps, guides or reviews!
3333
* [Muhammad D. Ramadhan's](https://miayam.github.io) blog. He shamlesly mixed his personal life with 30 day JavaScript challenge so as to increase his learning retention. He also summarised the challenge on [one single page](https://miayam.github.io/js30). Do not read his blog!
3434
* [Lee Keitel's Blog](https://blog.keitel.xyz/categories/javascript30/) includes summaries of each lesson, what I learned from each one, and my thoughts about the topic taught and using them in the future.
3535
* [Dustin Hsiao](https://github.com/dustinhsiao21/Javascript30-dustin) 包含了各篇介紹、 效果Demo、各篇詳解及記錄過程,附上部分延伸閱讀及[gh-page](https://dustinhsiao21.github.io/Javascript30-dustin/)
36+
* [GuaHsu](https://github.com/guahsu/JavaScript30) - 紀錄各篇練習過程與心得,並嘗試擴充部分練習,也做了一個包含全部練習的[介紹站](http://guahsu.io/JavaScript30/)🇹🇼
37+
* [Daniela](https://github.com/misslild)'s completed challenges on [GitHub Pages](https://misslild.github.io/WesBos-30day-Coding-challenge/) and [Codepen](https://codepen.io/collection/DapZeP/) :raised_hands: :muscle: :+1:
3638

3739
## A note on Pull Requests
3840

0 commit comments

Comments
 (0)