Chevron Left
Back to Programming Foundations with JavaScript, HTML and CSS

Learner Reviews & Feedback for Programming Foundations with JavaScript, HTML and CSS by Duke University

4.6
stars
14,549 ratings

About the Course

Learn foundational programming concepts (e.g., functions, for loops, conditional statements) and how to solve problems like a programmer. In addition, learn basic web development as you build web pages using HTML, CSS, JavaScript. By the end of the course, will create a web page where others can upload their images and apply image filters that you create. After completing this course, you will be able to: 1. Think critically about how to solve a problem using programming; 2. Write JavaScript programs using functions, for loops, and conditional statements; 3. Use HTML to construct a web page with paragraphs, divs, images, links, and lists; 4. Add styles to a web page with CSS IDs and classes; and 5. Make a web page interactive with JavaScript commands like alert, onClick, onChange, adding input features like an image canvas, button, and slider....

Top reviews

AD

Jul 16, 2020

Excellent course .

Just felt that there should be examples that could help someone to understand in a more better way.The videos were good and were very simple and easy to understand then the text.

JS

Jan 12, 2020

A very helpful code which allows you to learn the simple of JavaScript HTML and CSS. Very helpful in building websites and an excellent course for beginners or even people who have never coded before.

Filter by:

2351 - 2375 of 3,146 Reviews for Programming Foundations with JavaScript, HTML and CSS

By Sakina T

•

Jul 14, 2021

u

By Gopika S K P

•

Jun 10, 2021

5

By shivansh s

•

May 19, 2021

\

By ayatullah c

•

Aug 16, 2020

.

By Arpit A

•

Apr 21, 2019

.

By Nitish k

•

Oct 29, 2018

.

By Jaclyn D

•

Sep 21, 2017

i

By Dinal P

•

Jan 4, 2016

I

By Shrey j

•

Dec 24, 2015

I

By Aluko A

•

Dec 10, 2015

o

By Pranav B

•

May 4, 2020

Before I get to the good part, please take note of this.

Caution: Do not take this course if your sole purpose is to learn HTML, CSS, JS. There are much better and comprehensive courses available to do that. This can be a good course if you plan to pursue the specialization. It introduces you to computational thinking and the skills you learn are transferable. The mini-projects are fun to do and you have lot's of ways to tread the road less taken. (Go wild! Even with limited knowledge of JS you can still explore a lot. The scope is endless)The learning curve is steep if you only consider HTML and CS. At a lot of times, you will be on your own to discover more HTML elements and CSS features. Make sure you make good use of the DLTP platform. Their coding interface is extremely beginner-friendly and allows you the freedom to experiment. Overall a very good course for anyone looking to get started with programming (NOT HTML/CSS/JS)

By Brendan S

•

Oct 2, 2019

This course is a gentle, beginner-friendly intro to the basics of programming, via Javascript, HTML, and CSS. A few thoughts: (1) While the course focuses on "web" programming, there isn't really much focus on principles of good web page design or anything. The web page assignments are mostly just used as ways for beginners to create "real" web pages. (2) I think there's a good mix between the videos (which are short), the quizzes (not too long, and with plenty of chances to get them right), and the programming assignments (which are frequent and short, with clearly defined parameters). I spend the vast majority of this class actually writing programs (which is good!). (3) I think there might have been some room to (selectively) introduce more "advanced" elements from HTML, CSS, and Javascript. (I'm thinking here of optional readings or something).

By Siobhan H

•

Sep 18, 2020

While I think this course has a lot to offer, I felt like this wasn't a true beginner's course. There were many parts that could have been scaffolded by the teachers more with smaller practices. I felt like, even though I understood the material and got good scores on the quizes, I was often asked to create functions that I wasn't yet familiar with. In my opinion, I should be asked to practice and perform what has been discussed in the course and any further help or resources should not only be directed, but also explained. This course assumes that the student has a lot of prior knowledge and understanding of basic programming terms, syntax, and math. For what it's worth, I don't consider the quizes as exercises because they are graded. I did, however, enjoy the course and am happy with the progress I've made with the instructors' guidance.

By Dheeraj N

•

Dec 28, 2015

The course is great. Loved the HTML and CSS basics. I do have a couple of recommendations for javascript part.

There was no example of how to integrate javascript to an HTML page. i.e., just a small example of a web page where user can upload an image and then process it would give a complete understanding of javascript. I do understand that this specialization is for Java so you don't want to concentrate on js much but that would be helpful.

The steganography example seem a bit complicated for people who are new to programming. I personally loved it and in-fact found it very useful to not just program but also to learn more optimal programming but in the courses that I checked, most students seems to be struggling. You may want to revisit the video introducing steganography. I would still suggest you to keep this as part of curriculum.

By Paulina S

•

Oct 8, 2016

The programming environments used in this course probably won't be used in real life, they are used to get the very basics of programming.But I recommend it for absolute beginners with no knowledge of computer science whatsoever,someone who already knows at least one programming language already will probably be bored by the semantics, but what I really found useful was the step by step explanation on how how to solve programming problems, without using a block scheme or intuition.No teacher ever explained that in detail to me before.

I heard they are cutting out the steganography project, or adding it as something optional, but that was actually very fun, hiding images in other images, as though I was a spy, sending off a message that would save that world...But,laughs aside,it felt like I was doing something practical.

By Gabriel O M

•

Oct 27, 2022

A very good introductory course into Web Development and Programming, if you are ready to do the challenges completely (which are quite fun and practical, IMHO) and pull out a book or two to understand the concepts and theory taught - at least that's what I had to do to undrestand it all! :P I gave the course 4 out of 5 stars - I had to find the readings and materials myself. and didn't find the resources practical enough, but maybe I'm not the brightest out there, so your mileage may vary. :D Finishing a course like this before going into HTML, CSS, or JavaScript individually will set a good stage for your further learning and help you truly understand how all three relate to one another. The instructors are great, the videos engaging, and the challenges...challenging! :P Go for it, you won't regret it! ;)

By Google C

•

Oct 1, 2022

Solid, concrete course with video tutorials and lectures to focus on web page programming. It is a little slow in how it is prepared and desighned, but it is still a good course. As with all courses out there, there are room for improvement, I feel many principles and relevant information was not effectively explained in depth as it is vital and crucial to do that in helping learners understand new content and theory. Thank you for the course, good University, good tutorials, good content, but progressing through the course took far greater than just the estimated amount stated at the beginning, which is misleading and frustrating, because it's impossible to differentiate between wether or not I am just too slow or if it is the content not adequately transfering the information productively.

By Brandon I

•

May 19, 2023

Overall an excellent, challenging course. The JS syntax itself is a bit dated, but I found that it didn't effect the quality of the course; I was able to complete the assignments using the more modern syntax anyway. I had come in knowing some front-end web development stuff, but was able to practice it here, and even learn a thing or two coming out! Also, the SimpleImage library is pretty nifty; yet it would be nice if there were more support for using it locally, and in general doing all the coursework on one's local machine if desired. Agreed this may be a bit advanced (for example each student uses a different computing platform), and so the course instructors avoided this; but in the end it can make certain things easier, like using the text editor of your choice, for example.

By Y D

•

Jun 6, 2016

HTML, CSS and JS materials were covered and were made easy to understand. CodePen and the Write Your Own websites cooperate great with the course. The quizzes are simple while I found he coding practice challenging and yet not too difficult.

My only concern is whether the materials covered would help to build a realistic website, say, the homepage of Facebook or Google. It seems though I've finished the course, I still have no idea of how those webpages I see everyday works, let alone code them myself. The following courses in this series focus on Java, so ...

By the way, spending 2-3 hours for a week to finish it as soon may help against forgetting. HTML, CSS and JS seem disconnected before you make them cooperate. Cheers!

By Nelly T

•

Mar 14, 2016

interesting programming topics selected. Modifying image is something that everyone could relate to as everyone must have encountered with digital image before.

The use of pencode which is WYSIWYG editor makes it more interactive and current. A huge improvement from the plain, boring Python platform and text editor.

Most of the instructors facial expression are so dead, and flat-voice delivery makes it a chore to watch. Think how youtube tutorials engage their audience and makes it entertaining to watch. But maybe that's too much to ask for a traditional institutional lecture.

Overall, this is one of the best intro to programming video I have watched. The lessons choice are relevant and could be followed with ease.

By Jessie Z

•

Aug 26, 2021

It was a a nice course. I had been learning coding with Python on Pluralsight and didn't realize how much I actually picked up. I was a bit hesitant to take anything from Coursera because trying to do Pluralsight like it's a full time job wasn't going well. I think it's worth having a little bit of a background in tech to be able to contextualize the information. I also truly implore people to do outside exercises from one of the sources along with the program. I was able to complete this for free as a student but if you are paying, make sure you're getting your money's worth with something else too. It would not be my first pick for learning these skills but I also wouldn't tell people to avoid at all costs.

By Gaylen C

•

Aug 27, 2017

The HTML and CSS sections were very easy but some of the JavaScript sections were hard to understand from someone who had never really seen JS before. So it might be good to have some background knowledge on the subject or to do extra research outside of the class if it isn't something you pick up on right away. But JavaScript is one of the hardest languages to understand in terms of programming, so I guess that's also normal. There just aren't a lot of examples in the first section of JavaScript so that can be frustrating. The instructors are helpful, however, so I recommend taking advantage of the forums because they're pretty awesome.

By N.S. S

•

Mar 22, 2020

The lecturers kept looking away from the camera (probably the prompter or slide not sure XD) which felt as if an unprepared student was giving a presentation in front of a class/audience.

The website/online IDE for this course - CodePen wasn't recognizing the JavaScript Library SimpleImage.js for some reason although i followed all the given instructions(to include the URL given by the lecturers in the <script> tag).

The lecturers can be a little less "dramatic".

The Lecturers explained every part of the code enlightening on the meaning and syntax of each and every keyword. I really learnt a lot from this course.

THANK YOU!!

By Patrick M

•

May 23, 2022

Great introduction to JavaScript, CSS, and HTML concepts! Gave me a good foundation to take my programming skills to the next level. Plenty of exercises that are appropriately challenging, to help solidify concepts and provide practice, while also being both interesting and fun. My biggest criticism is that it should have provided a bit more instruction on debugging tools. And since it is obvious that this introductory course just scratches the surface, I would have also liked a high level overview at the end of the session of more advanced topics, to give an indication of where to go next with Javascript.

By Jen P

•

Oct 21, 2016

The content was very useful, especially the lessons that focused on applying the scientific method to computer science. I liked the fact that most concepts were taught, and then reviewed again at the end of a video, solidifying what I learned. I did find the quality of the videos to be rather lacking. As someone who develops online courses for a living, I suggest using two cameras so that you can switch between two views when a cut is needed to prevent jumping or leaving mistakes in videos. The professors definitely seemed nervous, but I suppose that goes away with time. Thank you for this awesome course!