Intro To JavaScript Build A Guessing Game PDF
Intro To JavaScript Build A Guessing Game PDF
Welcome to Thinkful!
We teach tech skills that lead to fulfilling, high-paying careers.
Workshop ❏
❏
What We're Making
Key Parts of JavaScript
Rundown
❏ Working On Live Code Together
❏ Take Home Challenge
❏ FAQ and Further Learning
Industry Overview Applied Examples FAQ’s Take Action!
What We’re
Making
Industry Overview Applied Examples FAQ’s Take Action!
let numberOfSheep = 20
Initialize Value of
variable variable
Industry Overview Applied Examples FAQ’s Take Action!
JavaScript Functions
Name of
function
Initialize
function
function greet(){
return “Hello world!”;
}
What the
function does
Industry Overview Applied Examples FAQ’s Take Action!
Function
Starter Code
codepen.io
Examples
Industry Overview Applied Examples FAQ’s Take Action!
If / Else Statements
Family Road Trip
Need gas?
If true If false
If / Else Statements
function familyRoadtrip(){
if(needGas === true){
getGas();
}
else{
keepDriving();
}
}
Industry Overview Applied Examples FAQ’s Take Action!
Comparing
Values === (equal to)
Comparing
Starter Code
Values codepen.io
Industry Overview Applied Examples FAQ’s Take Action!
Parameters In
Functions
Parameters in
Declaration
Function Parameters
In Action
Industry Overview Applied Examples FAQ’s Take Action!
Real Developers
Use Google...
A Lot!
Industry Overview Applied Examples FAQ’s Take Action!
?
Common Questions
Schedule a Call