JavaScript 30 – Day 17: Sorting Without Leading Articles
This is my recap post for Day 17 of the FREE JavaScript 30 online video course by Wes Bos. The task is to sort a string array but ignore leading articles.
JavaScript 30 – Day 6: Typeahead
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.
JavaScript 30 – Day 1: JavaScript Drum Kit
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.
Using HTML5 Data Attributes
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.