Intro to JavaScript
// Tell your computer how to do something
function helloWorld(){
var name = "GDI";
alert("Hello world, it's " + name + "!");
}
// Then make it do that thing!
helloWorld();
Welcome!
Girl Develop It is here to provide affordable programs to learn coding in a judgement-free environment through mentorship and hands-on instruction.
One Rule: Every question is important!
Web Page Key Terms
Element
Document
DOM (Document Object Model)
a platform- and language-neutral interface that allow programs and scripts to dynamically access and update the content, structure and style of documents.
Object
JS Terms
AJAX
Client Side
Server Side
Object
JS Object:
DOM Object:
Intro to JavaScript -- Girl Develop It Columbus --