

Javascript and the Document Object Model (DOM)
Non puoi leggere altre pubblicazioni questo mese senza aver effettuato il login.
Per sfruttare appieno le nuove funzionalità, accedi o crea un account facendo clic qui sotto: è gratis!
Accedi
Javascript and the Document Object Model (DOM)
In this article I summarise basic Javascript concepts, the Document Object Model (DOM) and the Google Chrome Developer Tools (DevTools) which I have been studying the last week.
Javascript and it's relationship to HTML and CSS
Javascript is the interactivity of a webpage. It is a scripting language that allows you to dynamically update content, control multimedia, animate images, etc. It allows you to do a lot on a webpage which i won’t describe in detail in this blog post as it can lead down to very deep rabbit holes!
What is Control flow?

Control flow is the order in which the computer executes statements in a script. So in the above example, the computer will check the if statement first to see if the parentheses is true, if it is then it will return the first statement, if


Non puoi leggere altre pubblicazioni questo mese senza aver effettuato il login.
Per sfruttare appieno le nuove funzionalità, accedi o crea un account facendo clic qui sotto: è gratis!
Accedi