Skip to content

Latest commit

 

History

History

unit1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Unit 1: JavaScript Fundamental I (Mini Apps, Individual)

Overview

In this unit, coders will review HTML and CSS concepts from the Intro to Web Development course, and learn how to write using native JavaScript. Coders will also learn how to navigate a new IDE. FLW Unit 1 Guide

Sessions

Session Slides Coders will be able to ...
1
In-Person
Describe the purpose, routines, and procedures of the Code Nation Fellowship
1
Remote
Describe the purpose, routines, and procedures of the Code Nation Fellowship
2 Navigate using the Repl.it IDE
Review HTML and CSS
Professional Skill Highlight: Use documentation (CN Reference Table, W3Schools) to learn new skills and resolve coding issues
3 Use event handlers (.onclick, .ondblclick, .onmouseover) to add interactivity to an webpage
Use DOM manipulation (.innerHTML, .style, .src) to add interactivity to a webpage
Mini App: Age Calculator
4 Declare and use variables to store strings and numbers
Use operators (+,-,*,/) to manipulate data types
Use the console to debug
Coding Best Practices Highlight: Writing clean code
Mini App: Snapchat Ghost Project
5 Use variables to save HTML elements
Save the value of HTML elements with the .value method
Professional Skills Highlight: Ask technical questions to get help with coding problems
Mini App: Buzzfeed Quiz
6 Review how to add interactivity to webpages with event handlers and variables
7 Write basic conditional statements (if, else, else if)
Mini App: Buzzfeed Quiz
8 Write compound conditional statements
Mini App: Buzzfeed Quiz