

Javascript and the Document Object Model (DOM)
Tu ne peux plus consulter d’articles ce mois-ci sans être connecté.
Pour ne pas être limité et profiter pleinement de nouvelles fonctionnalités, connecte-toi ou créé un compte en cliquant ci-dessous, c’est gratuit !
Se connecter
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


Tu ne peux plus consulter d’articles ce mois-ci sans être connecté.
Pour ne pas être limité et profiter pleinement de nouvelles fonctionnalités, connecte-toi ou créé un compte en cliquant ci-dessous, c’est gratuit !
Se connecter