- Create a render function
- Attach an event handler to a DOM element
- Use a form to collect information
- Handle bubbling events
- Explain what events are
- Describe why events are useful
- Explain why using a web server locally is better than using the file system
- Deploy an HTML site using surge
- Clone https://github.com/gSchool/simple-html-page
- Open
index.html
using the file system - Open
index.html
usinglive-server
- Explain the syntax of a
for-loop
(classical, for-in, for-of) and awhile-loop
- Describe under which situations each is useful
- Explain the syntax of an
if-else
andswitch
statement - Describe under which situations each is useful
- With your table, create a syntax guide for loops (for, for-in, for-of, while).
- Explain what GitHub is
- Describe what the relationship between git and GitHub is
- Explain why GitHub is useful
- Describe what happens when you clone a repository
- Describe what a git remote is
- Keep a local git repository synchronized with Git hub
- Explain how to work with repositories that are forked