Intro to JavaScript


Gwen Faraday
- Github - gwenf
- Medium
- @gwen_faraday
- DiscordApp
- gwenfaraday@gmail.com

Overview
- What is JavaScript?
- What can JavaScript do?
- Basic Math in Programming
- Programming Concepts:
- Variables & Data Types
- Statements
- Loops
- Functions
- Comments
- JavaScript on the Web
What is JavaScript?
- Originated in 1995.
- A programming language.
- Created specifically for use with webpages.
- Now you can use it for:
- Mobile Apps
- Desktop App
- Alexa Apps
- Servers, IoT Devices, VR, Apple TV...
Any application that can be written in JavaScript, will eventually be written in JavaScript.
-- Jeff Attwood





Math
<
>
=
-
^
+
()
*
/
%

What to do now?
Keep Learning :)
- Join GirlDevelopIt or freeCodeCampIndy
- Build as many projects as you can to learn
- Look-a-like sites - try to mimic
- Reddit - Project Idea Threads
- freeCodeCamp
- The Odin Project
- Keep it simple - Don't learn a framework until you have built a few things without one.
Resources
DevTips - Series on Building a Website
deck
By gwenf
deck
- 575