How to Organize Your JavaScript Code
alvinkuria18@gmail.com
Aug 13, 2023
JavaScript is a great language for web development, but it can get messy as your project grows. Here are some tips to keep your code
JavaScript Array methods that will save you so much time!
alvinkuria18@gmail.com
Aug 6, 2023
JavaScript arrays are one of the most common data structures in web development. They store a collection of values that can be accessed by index.
Calculator Project
alvinkuria18@gmail.com
May 15, 2023
Languages Used: HTML, CSS and JavaScript Insights: This is a project that took me quite a while to figure out what was required of me
Etch a Sketch JavaScript Project
alvinkuria18@gmail.com
Apr 28, 2023
Insights: This is a project that I really enjoyed doing. It showed me a lot of different ways in which you can manipulate the DOM