GitShow/wesbos/Wes-Bos-Video-Notes
wesbos

Wes-Bos-Video-Notes

These are notes that supplement the videos on Wes Bos Courses

by wesbos
Star on GitHubForknpm

JavaScript

82 stars305 forks11 contributorsQuiet · 2y agoSince 2021

Meet the team

See all 11 on GitHub →
wesbos
wesbos31 contributions
bcha92
bcha921 contribution
easpaas
easpaas1 contribution
jbasoo
jbasoo1 contribution
paidhi
paidhi1 contribution
paulschreiber
paulschreiber1 contribution
coreycougle
coreycougle1 contribution
failedorbit
failedorbit1 contribution

Languages

View on GitHub →
JavaScript100%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

0 of 6 standards met

Community profile →
14
○README○License○Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 9 in progress · Last activity 2y ago
See all on GitHub →
schuyh
Chapter 24: Captions do not match audio trackOpenIssue

In Chapter 24: Authentication, the captions and the audio track do not match up; which is confusing/challenging for those of us who leverage a combination of audio and CC.

schuyh · 1y ago
lizkaraffa
Update 13 - Change .value.value to .current.valueOpenPR
lizkaraffa · 1y ago
dj51234
Update 47 - Array Cardio - Instance Methods - 375674172.mdOpenPR

actually starts at index 3 and removes 5 items. If you want to take items 3 through 5 out you would just start at the 2nd index (because it is the 3rd item) and the second argument would be 3, to remove 3 items:

dj51234 · 2y ago

Recent fixes

View closed PRs →
ptrnln
Playing with CSS Variables and JSClosedIssue

Minor nitpick but I noticed in your event handlers you tend to use rather than , where the latter would greatly improve code clarity, modularity and DRYness since will always refer to the element that dispatched the event, a.k.a the element the user interacted with, whereas refers to the element the handler was attached to. So if you have an element that has several children expected to have the same functionality, you can simply append the event handler for that functionality to the parent and you would have fewer event listeners, which generally means less memory usage, no?

ptrnln · 1y ago
rmattson
Update 24 - Saving Registered Users to the Database - 214184257.mdMergedPR

Using a later version of node and dependencies requires some modification to course code to continue to work as expected. In this case, the promisify import and function definition doesn't work as outlined in the video, and an updated method using node's built-in util module works well instead.

rmattson · 2y ago
Structured data for AI agents

Repository: wesbos/Wes-Bos-Video-Notes. Description: These are notes that supplement the videos on Wes Bos Courses Stars: 82, Forks: 305. Primary language: JavaScript. Languages: JavaScript (100%). Open PRs: 9, open issues: 3. Last activity: 2y ago. Community health: 14%. Top contributors: wesbos, bcha92, easpaas, jbasoo, paidhi, paulschreiber, coreycougle, failedorbit, fdeters.

·@ofershap

Replace github.com with gitshow.dev