Taught by
Alexandra Ackerman
Code and assignments available at
https://github.com/newschool-webfundamentals
Presentations available at
newschool-webfundamentals.github.io
Where does JavaScript fit in?
JavaScript is a programming language that enables you to create dynamically updating content, control multimedia, animate images.
HTML and CSS are not programming languages.
JavaScript is.
How does JavaScript make pages more interactive?
We'll be using a library called jQuery to perform many of these actions
Examples of events we can listen to using JS
Recipes are how we bring accessing, modifying, and events together.
We have a name for these procedures - they're called scripts. A script is a series of instructions that a computer can follow to achieve a goal.
Work to achieve the goal
As a user, when I hover over a person I want to see information about them.
Try to replicate this project using materialize, do not include the social links or map.