JavaScript Basics (Part 2)

Continuing on with yesterdays JavaScript learnings, and continuing to make notes for myself so that I can later refer to them: JavaScript uses camel-case and it is recommended that camel-case is used for variable names. e.g. firstName, surName, emailAddress. Like Python, JavaScript can concatenate words and letters whilst dealing with strings. Like Python, JavaScript can use … Continue reading JavaScript Basics (Part 2)

Finally Taking Time To Learn JavaScript (JavaScript)

I first learned about Javascript back in 2003/2004 whilst completing a University course and then briefly touched upon it during my HNC web module in 2016/2017. Since then I’ve been focusing on Python as my primary language, however I’ve decided to expand and refresh/learn more JavaScript. Like Python, JavaScript can use variables although unlike Python they … Continue reading Finally Taking Time To Learn JavaScript (JavaScript)