// 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();
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!