LandingPageFEND
This is a Project 2 for Front End Developer Course. You can view the page here
What functions are shown in this program?
- Dynamically Building List of anchors through JavaScript
- Scrolling into View based on anchor clicks. This part of the code was found on this site
- Setting of Active Areas
What other functions are also explored in this program?
- for loops / for of
- addEventListener
- setAttribute
- getAttribute
- document.querySelector
- createElement
Credits
Special thanks to Udacity for provided source code for HTML and CSS.