Computer Science Paper 1 > JavaScript > Flashcards
JavaScript
A programming language that adds interactivity and dynamic functionality to webpages.Allows a webpage to manipulate HTML elements, perform calculations and handle user input.
Write directly to a document
document.write(“Hello World”)