Blog - My Learning (for now)
As a part of my learning journey, I will be documenting my experiences and insights here. Stay tuned for updates!
Although learning for a year now, i have decided to retrace my steps and document from the begining, so expect basic tutorials and articles at first.
I'm doing this as much for myself as for anyone else, as teaching is one of the best ways to solidify knowledge.
An introduction to Javascript, i've already been over the very basics, and touched on some further basics today during my learning process, so this one will quickly recap variables, operators, and if statements.
A refresh on the very basics of functions in Javascript, covering how to declare them, use parameters, and return values.
A refresh on the very basics of objects in Javascript, covering how to create them, use properties, and methods.
A refresh on the very basics of the DOM in Javascript, covering what it is, how to select elements, and manipulate them.