An open API service indexing awesome lists of open source software.

https://github.com/saberglow/programming_foundations_with_javascript_html_css

My solutions to assignments/problems for the course (Programming Foundations with JavaScript, HTML and CSS) offered by Duke University at Coursera.
https://github.com/saberglow/programming_foundations_with_javascript_html_css

css html5 javascript

Last synced: about 1 year ago
JSON representation

My solutions to assignments/problems for the course (Programming Foundations with JavaScript, HTML and CSS) offered by Duke University at Coursera.

Awesome Lists containing this project

README

          

# Programming Foundations with JavaScript, HTML, & CSS
Solutuions to assignments for the course that is offered at Coursera, by Duke Universitry.

### Link to the course
https://www.coursera.org/learn/duke-programming-web/

### To Be Noted
* For Week 2 assignments only, the code should be run at Duke University Code Environment as all the libraries and images are hosted there.
* For Week 3 assignments/practises only, copy/paste the code at CODEPEN as it's much easier to see the live output of your code there.

### Update
I finished the course on Aug 11 2020 with 100% grade and Honors. View my certificate.

### Learning Outcomes
* Write JavaScript programs using functions, for loops, and conditional statements.
* Use HTML to construct a web page with paragraphs, divs, images, links, and lists.
* Add styles to a web page with CSS IDs and classes.
* Make a web page interactive with JavaScript commands like alert, onClick, onChange, adding input features like an image canvas, button, and slider.