This is my recap post for Day 8 of the FREE JavaScript 30 online video course by Wes Bos. The task is to paint with your mouse on an HTML5 canvas element.
Talking about “testable code” is usually done in the context of unit testing. Writing testable code thus requires understanding unit testing. Learn it now.
This is my recap post for Day 7 of the FREE JavaScript 30 online video course by Wes Bos. The task is to explore new JavaScript array functions.
This is my recap post for Day 6 of the FREE JavaScript 30 online video course by Wes Bos. The task is to realize an input with typeahead functionality.
This is my recap post for Day 5 of the FREE JavaScript 30 online video course by Wes Bos. The task is to build an image gallery with JavaScript and flexbox.
This is my recap post for Day 4 of the FREE JavaScript 30 online video course by Wes Bos. The task is to internalize prominent JavaScript array functions.
This is my recap post for Day 3 of the FREE JavaScript 30 online video course by Wes Bos. The task is to use JavaScript to manipulate CSS variables.
This is my recap post for Day 2 of the FREE JavaScript 30 online video course by Wes Bos. The task is to build a clock with vanilla JavaScript and CSS only.
This is my recap post for Day 1 of the FREE JavaScript 30 online video course by Wes Bos. The task is to build a JavaScript drum kit.
HTML5 introduced custom data attributes. In this post, I discuss how to efficiently work with data attributes in both JavaScript as well as PHP context.