René's URL Explorer Experiment


Title: JavaScript30 - 一个月纯 JS 挑战中文指南 | JavaScript30

Open Graph Title: JavaScript30 - 一个月纯 JS 挑战中文指南

X Title: JavaScript30 - 一个月纯 JS 挑战中文指南

Description: 有关 @wesbos 的课程 JavaScript-30 的中文练习指南

Open Graph Description: 有关 @wesbos 的课程 JavaScript-30 的中文练习指南

Opengraph URL: https://soyaine.github.io/JavaScript30/

Generator: Jekyll v3.10.0

direct link

Domain: soyaine.github.io


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"WebSite","description":"有关 @wesbos 的课程 JavaScript-30 的中文练习指南","headline":"JavaScript30 - 一个月纯 JS 挑战中文指南","name":"JavaScript30","url":"https://soyaine.github.io/JavaScript30/"}

og:localeen_US
og:site_nameJavaScript30
og:typewebsite
twitter:cardsummary
theme-color#157878
apple-mobile-web-app-status-bar-styleblack-translucent

Links:

Skip to the content.https://soyaine.github.io/JavaScript30/#content
View on GitHubhttps://github.com/soyaine/JavaScript30
Soyainehttps://github.com/soyaine
JavaScript30https://javascript30.com
Wes Boshttps://github.com/wesbos
GitHubhttps://github.com/soyaine/JavaScript30
在 GitHub Star/Fork 我的 Repohttps://github.com/soyaine/JavaScript30
JavaScript30 官网https://javascript30.com
Nitish Dayal 写的英文指南https://github.com/nitishdayal/JavaScript30/tree/master/exercises
挑战初始文档https://github.com/wesbos/JavaScript30
我写的中文指南源码https://github.com/soyaine/JavaScript30
在这里提 issuehttps://github.com/soyaine/JavaScript30/issues
JavaScript Drum Kit 指南https://github.com/soyaine/JavaScript30/tree/master/01%20-%20JavaScript%20Drum%20Kit
纯 JS 模拟敲鼓效果http://soyaine.github.io/JavaScript30/01%20-%20JavaScript%20Drum%20Kit/index-SOYAINE.html
JS + CSS Clock 指南https://github.com/soyaine/JavaScript30/tree/master/02%20-%20JS%20%2B%20CSS%20Clock
纯 JavaScript+CSS 时钟效果http://soyaine.github.io/JavaScript30/02%20-%20JS%20%2B%20CSS%20Clock/index-SOYAINE.html
CSS Variables 指南https://github.com/soyaine/JavaScript30/tree/master/03%20-%20CSS%20Variables
用 CSS 变量实现拖动控制参数效果http://soyaine.github.io/JavaScript30/03%20-%20CSS%20Variables/index-SOYAINE.html
Array Cardio, Day 1 指南https://github.com/soyaine/JavaScript30/tree/master/04%20-%20Array%20Cardio%20Day%201
数组基本操作方法示例一http://soyaine.github.io/JavaScript30/04%20-%20Array%20Cardio%20Day%201/index-SOYAINE.html
Flex Panel Gallery 指南https://github.com/soyaine/JavaScript30/blob/master/05%20-%20Flex%20Panel%20Gallery/README.md
可伸缩的图片墙在线效果https://soyaine.github.io/JavaScript30/05%20-%20Flex%20Panel%20Gallery/index-SOYAINE2.html
Type Ahead 指南https://github.com/soyaine/JavaScript30/blob/master/06%20-%20Type%20Ahead/README.md
根据关键词快速匹配诗句在线效果https://soyaine.github.io/JavaScript30/06%20-%20Type%20Ahead/index-SOYAINE.html
Array Cardio, Day 2 指南https://github.com/soyaine/JavaScript30/tree/master/07%20-%20Array%20Cardio%20Day%202
数组基本操作方法示例二http://soyaine.github.io/JavaScript30/07%20-%20Array%20Cardio%20Day%202/index-SOYAINE.html
Fun with HTML5 Canvas 指南https://github.com/soyaine/JavaScript30/tree/master/08%20-%20Fun%20with%20HTML5%20Canvas
彩虹画笔绘画板在线效果https://soyaine.github.io/JavaScript30/08%20-%20Fun%20with%20HTML5%20Canvas/index-SOYAINE.html
Dev Tools Domination 指南https://github.com/soyaine/JavaScript30/blob/master/09%20-%20Dev%20Tools%20Domination/README.md
Console 调试技巧在线示例https://soyaine.github.io/JavaScript30/09%20-%20Dev%20Tools%20Domination/index-SOYAINE.html
Hold Shift and Check Checkboxes 指南https://github.com/soyaine/JavaScript30/blob/master/10%20-%20Hold%20Shift%20and%20Check%20Checkboxes/README.md
Shift 批量选中在线效果https://soyaine.github.io/JavaScript30/10%20-%20Hold%20Shift%20and%20Check%20Checkboxes/index-SOYAINE.html
Custom Video Player 指南https://github.com/soyaine/JavaScript30/blob/master/11%20-%20Custom%20Video%20Player/README.md
Key Sequence Detection 指南https://github.com/soyaine/JavaScript30/tree/master/12%20-%20Key%20Sequence%20Detection/README.md
在线效果https://soyaine.github.io/JavaScript30/12%20-%20Key%20Sequence%20Detection/index-FINISHED.html
Slide in on Scroll 指南https://github.com/soyaine/JavaScript30/blob/master/13%20-%20Slide%20in%20on%20Scroll/README.md
图片随屏幕滚动而滑入滑出的在线效果https://soyaine.github.io/JavaScript30/13%20-%20Slide%20in%20on%20Scroll/index-SOYAINE.html
JavaScript References vs. Copying 指南https://github.com/soyaine/JavaScript30/tree/master/14%20-%20JavaScript%20References%20VS%20Copying
LocalStoragehttps://github.com/soyaine/JavaScript30/blob/master/15%20-%20LocalStorage/README.md
利用 localStorage 模拟在线菜单https://soyaine.github.io/JavaScript30/15%20-%20LocalStorage/index-SOYAINE.html
Mouse Move Shadow 指南https://github.com/soyaine/JavaScript30/blob/master/16%20-%20Mouse%20Move%20Shadow/README.md
文字阴影随鼠标移动在线效果https://soyaine.github.io/JavaScript30/16%20-%20Mouse%20Move%20Shadow/index-finished-es5.html
Sort Without Articles 指南https://github.com/soyaine/JavaScript30/blob/master/17%20-%20Sort%20Without%20Articles/README.md
去前缀排序在线效果https://soyaine.github.io/JavaScript30/17%20-%20Sort%20Without%20Articles/index-finished-Dashrun-es5.html
Adding Up Times with Reduce 指南https://github.com/soyaine/JavaScript30/tree/master/18%20-%20AddingUpTimesWithReduce
使用 Reduce 进行时间叠加效果https://soyaine.github.io/JavaScript30/18%20-%20AddingUpTimesWithReduce/index-finished-Dashrun-es6.html
Webcam Fun 指南https://github.com/soyaine/JavaScript30/blob/master/19%20-%20Webcam%20Fun/README.md
网络摄像头及图片处理在线效果https://soyaine.github.io/JavaScript30/19%20-%20Webcam%20Fun/index-finished-Dashrun.html
Speech Detection指南https://github.com/soyaine/JavaScript30/blob/master/20%20-%20Speech%20Detection/README.md
Speech Detection效果https://soyaine.github.io/JavaScript30/20%20-%20Speech%20Detection/index-finished-Dashrun.html
Geolocation指南https://github.com/soyaine/JavaScript30/blob/master/21%20-%20Geolocation/README.md
Geolocation效果https://soyaine.github.io/JavaScript30/21%20-%20Geolocation/index-finished-Dashrun.html
Follow Along Link Highlighter指南https://github.com/soyaine/JavaScript30/blob/master/22%20-%20Follow%20Along%20Link%20Highlighter/README.md
Follow Along Link Highlighter效果https://soyaine.github.io/JavaScript30/22%20-%20Follow%20Along%20Link%20Highlighter/index-finished-Dashrun.html
Speech Synthesis指南https://github.com/soyaine/JavaScript30/blob/master/23%20-%20Speech%20Synthesis/README.md
Speech Synthesis效果https://soyaine.github.io/JavaScript30/23%20-%20Speech%20Synthesis/index-finished-Dashrun.html
Sticky Nav指南https://github.com/soyaine/JavaScript30/blob/master/24%20-%20Sticky%20Nav/README.md
Sticky Nav效果https://soyaine.github.io/JavaScript30/24%20-%20Sticky%20Nav/index-finished-Dashrun.html
Event Related指南https://github.com/soyaine/JavaScript30/blob/master/25%20-%20Event%20Related/README.md
Event Related效果https://soyaine.github.io/JavaScript30/25%20-%20Event%20Related/index-finished-Dashrun.html
Stripe Follow Along Nav指南https://github.com/soyaine/JavaScript30/blob/master/26%20-%20Stripe%20Follow%20Along%20Nav/README.md
Strip Follow Along Nav效果https://soyaine.github.io/JavaScript30/26%20-%20Stripe%20Follow%20Along%20Nav/index-finished-Dashrun.html
Click and Drag指南https://github.com/soyaine/JavaScript30/blob/master/27%20-%20Click%20and%20Drag/README.md
Click and Drag效果https://soyaine.github.io/JavaScript30/27%20-%20Click%20and%20Drag/index-finished-Dashrun.html
Video Speed Controller指南https://github.com/soyaine/JavaScript30/blob/master/28%20-%20Video%20Speed%20Controller/README.md
Video Speed Controller效果https://soyaine.github.io/JavaScript30/28%20-%20Video%20Speed%20Controller/index-finished-Dashrun.html
@DrakeXianghttps://github.com/DrakeXiang
11https://github.com/soyaine/JavaScript30/tree/master/11%20-%20Custom%20Video%20Player
@zzh466http://github.com/zzh466
@Xing Liuhttps://github.com/S1ngS1ng
@大史不说话https://github.com/dashnowords
16https://github.com/soyaine/JavaScript30/tree/master/16%20-%20Mouse%20Move%20Shadow
17https://github.com/soyaine/JavaScript30/tree/master/17%20-%20Sort%20Without%20Articles
18https://github.com/soyaine/JavaScript30/tree/master/18%20-%20AddingUpTimesWithReduce
19https://github.com/soyaine/JavaScript30/blob/master/19%20-%20Webcam%20Fun
20https://github.com/soyaine/JavaScript30/tree/master/20%20-%20Speech%20Detection
21https://github.com/soyaine/JavaScript30/tree/master/21%20-%20Geolocation
22https://github.com/soyaine/JavaScript30/tree/master/22%20-%20Follow%20Along%20Link%20Highlighter
23https://github.com/soyaine/JavaScript30/tree/master/23%20-%20Speech%20Synthesis
24https://github.com/soyaine/JavaScript30/tree/master/24%20-%20Sticky%20Nav
25https://github.com/soyaine/JavaScript30/tree/master/25%20-%20Event%20Related
26https://github.com/soyaine/JavaScript30/tree/master/26%20-%20Strip%20Follow%20Along%20Nav
27https://github.com/soyaine/JavaScript30/tree/master/27%20-%20Click%20and%20Drag
28https://github.com/soyaine/JavaScript30/tree/master/28%20-%20Video%20Speed%20Controller
@Soyainehttps://github.com/soyaine
1https://github.com/soyaine/JavaScript30/tree/master/01%20-%20JavaScript%20Drum%20Kit
2https://github.com/soyaine/JavaScript30/tree/master/02%20-%20JS%20%2B%20CSS%20Clock
3https://github.com/soyaine/JavaScript30/tree/master/03%20-%20CSS%20%Variables
4https://github.com/soyaine/JavaScript30/tree/master/04%20-%20Array%20Cardio%20Day%201
5https://github.com/soyaine/JavaScript30/blob/master/05%20-%20Flex%20Panel%20Gallery
6https://github.com/soyaine/JavaScript30/blob/master/06%20-%20Type%20Ahead
7https://github.com/soyaine/JavaScript30/tree/master/07%20-%20Array%20Cardio%20Day%202
8https://github.com/soyaine/JavaScript30/tree/master/08%20-%20Fun%20with%20HTML5%20Canvas
9https://github.com/soyaine/JavaScript30/blob/master/09%20-%20Dev%20Tools%20Domination
10https://github.com/soyaine/JavaScript30/blob/master/10%20-%20Hold%20Shift%20and%20Check%20Checkboxes/README.md
12https://github.com/soyaine/JavaScript30/tree/master/12%20-%20Key%20Sequence%20Detection/README.md
13https://github.com/soyaine/JavaScript30/blob/master/13%20-%20Slide%20in%20on%20Scroll/README.md
14https://github.com/soyaine/JavaScript30/tree/master/14%20-%20JavaScript%20References%20VS%20Copying
提 issuehttps://github.com/soyaine/JavaScript30/issues
wikihttps://github.com/soyaine/JavaScript30/wiki/%E6%8C%87%E5%8D%97%E7%BB%93%E6%9E%84%E8%AF%B4%E6%98%8E
JavaScript30https://github.com/soyaine/JavaScript30
soyainehttps://github.com/soyaine
GitHub Pageshttps://pages.github.com

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.