Intro to JavaScript



Intro to JavaScript

2 0


gdic-intro-js

Introduction to JavaScript

On Github jannypie / gdic-intro-js

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!

Course Overview

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:

References

Intro to JavaScript -- Girl Develop It Columbus --