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.
- Host: GitHub
- URL: https://github.com/saberglow/programming_foundations_with_javascript_html_css
- Owner: SABERGLOW
- License: mit
- Created: 2020-08-07T14:18:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T21:25:56.000Z (almost 6 years ago)
- Last Synced: 2025-06-09T10:43:39.728Z (about 1 year ago)
- Topics: css, html5, javascript
- Language: JavaScript
- Homepage: https://www.coursera.org/learn/duke-programming-web/
- Size: 19.5 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.