Day 6 Self-Study to Web Dev!
1 min readJan 10, 2019
Created some pretty fun projects today!
My favorite was this program that counts down the seconds till tomorrow!
Things I learned today:
=> Re-organized my Github Repositories. Put all of my JavaScript problem sets and practice from javascript.info into the javascriptpractice repository.
=> Worked extensively with manipulating Dates and Time in Javascript.
=> Learned about JSON (JavaScript Object Notation). Especially JSON.stringify and JSON.parse.
=> Began to learn how Recursion works and how to utilize recursion in projects.
I’m always open to learning new things, please leave any advice or corrective criticism in the comments below, thanks!