This is my about page!
This is the 14th exercise of Wes Bos's JS30 series - A series of experiments to understand the difference between copying by value and by reference.
This is the 16th project of Wes Bos's JS30 series. We'll be creating an effect where the text shadow of an element is controlled by the mouse position!
This is the 17th project of Wes Bos's JS30 series. Today we learn how to sort HTML elements based based on their text content. This is essentially an exercise in array and string manipulation.
This is the 18th project of Wes Bos's JS30 series. Today we'll be using map and reduce to add time of individual videos find the total time of a playlist.
This is the 20th project of Wes Bos's JS30 series. Today we learn how to use the built in Speech Recognition in the browser. Text to speech in realtime.