Day 18 Self-Study to Web Dev
A bit chilly up North here today.. made for some great but chilllllly pictures!
Anyways, webdev progress:
Completed the JavaScript tutorial portion of “Complete Intro to WebDev” on Frontend Masters site.
I became stuck up on the project, which is building a calculator on my own. I managed to correctly get the HTML and CSS to look right and to begin writing the JavaScript. I declared all the necessary variables and wrote functions for the operations, grouped the DOM number elements into and object and the operators into a separate object.
Tomorrow I will be able to continue the project with a fresh mind and good outlook knowing that it is over halfway complete!
Remember not every moment can be a good moment, and not every day can be a good day, but we have tomorrow to look forward to, a fresh start! (although I believe I did have some ‘aha!’ and solid learning moments today).
Details of today’s JavaScript tutorials that I learned / reviewed:
=> Primatives
=> Control Flow
=> Loops and ‘if’ Statements
=> Functions
=> Scope
=> Objects
=> Arrays
=> Manipulating the DOM
=> Event Listeners
=> Event Delegation
=> All my code I have written is stored in Github Here!
=> My Codepen!
I am currently studying full time to make this dream happen! Be sure to drop advice, words of encouragement, corrective criticism, etc. below, thanks!