Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Karinna Iniguez - Digital Clock - Octos #34

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

karinnainiguez
Copy link

@karinnainiguez karinnainiguez commented May 21, 2018

Digital Clock

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
What does jQuery give you that JavaScript doesn't? Allows you to change the DOM using the $ variable so that the javascript will work across browsers
Describe what the following jQuery selector would give you: $('#list') It gives you the element with the id 'list'
What are three major things you learned about JavaScript this week? 1. Syntax is hard. Lots of semicolons, but not always necessary (no errors thrown when you forget them). 2. Numbers are treated the same weather they are whole numbers (int) or decimals (floats). 3. Lots of things are undefined that I wouldn't expect (0, empty string, etc)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant