Skip to content

Commit d6837c3

Browse files
authored
Merge branch 'master' into master
2 parents ee87146 + 0752f62 commit d6837c3

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

20 - Speech Detection/index-FINISHED.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414

1515
const recognition = new SpeechRecognition();
1616
recognition.interimResults = true;
17-
17+
recognition.lang = 'en-US';
18+
1819
let p = document.createElement('p');
1920
const words = document.querySelector('.words');
2021
words.appendChild(p);

28 - Video Speed Controller/index-FINISHED.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<body>
99

1010
<div class="wrapper">
11-
<video class="flex" width="765" height="430" src="https://www.dropbox.com/s/nf6jfkwck1glsyo/12%20-%20flex-wrapping-and-columns.mp4?dl=1" loop controls></video>
11+
<video class="flex" width="765" height="430" src="http://clips.vorwaerts-gmbh.de/VfE_html5.mp4" loop controls></video>
12+
<p>
1213
<div class="speed">
1314
<div class="speed-bar"></div>
1415
</div>

28 - Video Speed Controller/index-START.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body>
99

1010
<div class="wrapper">
11-
<video class="flex" width="765" height="430" src="https://www.dropbox.com/s/nf6jfkwck1glsyo/12%20-%20flex-wrapping-and-columns.mp4?dl=1" loop controls></video>
11+
<video class="flex" width="765" height="430" src="http://clips.vorwaerts-gmbh.de/VfE_html5.mp4" loop controls></video>
1212
<div class="speed">
1313
<div class="speed-bar"></div>
1414
</div>

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Feel free to submit a PR adding a link to your own recaps, guides or reviews!
2525
* [Amelie Yeh](https://github.com/amelieyeh/JS30) 30 lessons notes with things I've learned, and those important recaps. and directly view my demos [here](https://amelieyeh.github.io/JS30/) 🇹🇼😄
2626
* [Winar](https://github.com/winar-jin/JavaScript30-Challenge)的JavaScript30天挑战,记录练习过程,重难点和其他的解决方案。🎨
2727
* [从零到壹全栈部落](https://github.com/liyuechun/JavaScript30-liyuechun),春哥发起的从零到壹全栈部落,旨在带领大家一起学习,一起输出,文档化,代码化,中文视频化,全栈部落口号:输出是最好的学习方式。
28-
28+
* [Usmaan Ali's](https://github.com/usyyy/javascript/blob/master/JavaScript30/analysis.md) summary of the technical skills learned from each project. He's also posting them as separate blog posts [here](https://medium.com/@usyyy)
2929

3030
## A note on Pull Requests
3131

0 commit comments

Comments
 (0)