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

Ampers: Katie #27

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

Ampers: Katie #27

wants to merge 5 commits into from

Conversation

kcforsman
Copy link

Digital Clock

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
What does jQuery give you that JavaScript doesn't? jQuery the $ function that seems to allow you more direct access to manipulating the elements in the HTML. I believe it was also indicated that jQuery can be used to handle some of the difference in how browsers read/implement JavaScript differently, allowing the application to be more usable across browsers
Describe what the following jQuery selector would give you: $('#list') It would select the element within the html that has an id with the value of 'list'
What are three major things you learned about JavaScript this week? I learned that JavaScript is a very powerful tool that apparently lacks a solid footing but is the only language for frontend development really (so really important to know), it is very interesting to see how jquery or vanilla JavaScript can be used to change and manipulate content through events within the website or application on the same page and response cycle, such as a click. With Rails, there was changing content but it required a new request cycle (I may be assuming things here). Finally, I think it was important to start pulling apart the similarities from coding that can be found in JavaScript such as loops and conditionals paired with the ways in which the syntax and code a slightly different in JavaScript (curly braces and arrow functions and the existence of a for loop)

kcforsman added 4 commits May 18, 2018 21:10
…pdates the time every second using the Date objects in JavaScript and setInterval, also added a function that allows you to convert the time displayed between a 12-hour and 24-hour clock
… the layout which did not allow the click event to occur where I expected to change the clock between 12-hour and 24-hour time
Copy link

@CheezItMan CheezItMan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

…r element, though fairly certain that there has to be a better way
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.

2 participants