Javascript
I have learned that I should always set “var field” in a function. It sets a local scope. Whearas if I just defined “field = ” it would make it a global scope. Thus, it is much safer to just declare var = .
I am doing a good amount of learning. It’s working out pretty well for me. I read for around an hour at home (it’s more like half an hour). I should change to read at least 45 mins. Then at work, I’m reading close to half an hour. It’s allowing me to get a good chunk of reading every day.
I am still trying to master my Javascript. I have come a long way since a few weeks. It’s great. I love learning about it.