学生对 Duke University 提供的 Programming Foundations with JavaScript, HTML and CSS 的评价和反馈
课程概述
热门审阅
IS
Oct 5, 2015
This is the first course I am taking in Coursera.org. The valuable instructors of Duke University designed and created a masterpiece for learners. Thank you so much guys. Greets from Istanbul, Turkey.
SH
Oct 11, 2020
This was such a good course. I really enjoyed it. It was a great re-introduction to coding concepts, and learning the basics of web design. Thank you Duke for all of the work to make a great course!!
3126 - Programming Foundations with JavaScript, HTML and CSS 的 3150 个评论(共 3,207 个)
创建者 Ashesh s
•Oct 8, 2016
lectures should be more detailed!
创建者 Muhammad A A
•Oct 31, 2015
its very good for beginners.
创建者 Stephen L
•Jun 27, 2024
Many typos, inconsistencies
创建者 Olman A D
•Jul 26, 2020
no se puede leer en español
创建者 Roman V
•Mar 3, 2016
Hard to understand JS part.
创建者 ABHISHEK S 1
•Sep 9, 2016
Should Make courses audit
创建者 Samarth S
•Jun 12, 2020
Not Detailed course
创建者 Benjamin V
•Nov 5, 2016
work, work, work.
创建者 VISHAL K
•Sep 3, 2020
Good courses
创建者 Dmitry F
•Sep 15, 2016
No so good
创建者 Abhijat G
•Feb 16, 2016
It's ok...
创建者 VIJAY M R
•Jul 29, 2020
Excellent
创建者 Niranjan B
•Apr 24, 2020
it was ok
创建者 sayan d
•Apr 15, 2023
helpful
创建者 William S
•Dec 28, 2016
not bad
创建者 Weerachai Y
•Jun 27, 2020
thanks
创建者 Karuna S L
•Oct 19, 2023
good
创建者 Sanika A G
•Jun 5, 2020
Good
创建者 Vennubaka J R R
•Apr 29, 2020
Good
创建者 VIGNESHKUMAR R
•Apr 12, 2020
Good
创建者 Doaa S M Y
•Jan 30, 2020
Good
创建者 Willian M S
•Jul 14, 2025
I am C/C++ developer with about 6 years of experience. I enrolled in this course as part of the Java specialization of which this course is part of. I decided to write this review to provide feedback from the perspective of someone with prior programming knowledge. TL;DR: The course falls short in effectively teaching core programming concepts, especially for absolute beginners. Some fundamental topics—such as variable types and scope—are either introduced too loosely or not at all. For instance, the course never properly defines a boolean type. If I hadn’t known this from my C++ background, I wouldn’t have understood what a boolean is or how to use it. This is a critical omission for beginners learning programming for the first time. Another issue is the heavy reliance on a proprietary image library and a third-party website for building web pages. I get it: this makes simpler for someone starting. However, it creates a false sense of how real-world web development works. In practice, developers must set up their own development environments and use standard tools. This course neither teaches environment setup nor makes it clear early on that the libraries used are non-standard. Of course, the course has its merits. It does teach what a variable is and basic flow controls with if and for structures. It teaches reuse with functions. It teaches methodology for writing an algorithm and debugging. It does teach the elementary of html and css. And it does so while allowing a basic feel for what it’s like to be a web developer. For someone with prior experience in programming, these glimpses are enough to start exploring web development further on their own. However, for true beginners, the course risks being misleading and insufficient. A more structured approach, clearer explanations of core concepts, and a focus on standard tools would greatly improve the learning experience.
创建者 Eric K
•Sep 23, 2020
l did learn some basic programming with this course, however, there were several issues. Overall, I might have been better off learning the material on my own for free. The biggest downfall, in my mind, is that the course seems to have been abandoned. Mentors don't respond in the forums anymore, and you used to need 3 other students to grade the work on the projects, but now you just mark it as done. This means in theory you could get your cert without doing any of the projects, just by doing the quizzes, which you get multiple attempts on and feedback and clues for your wrong answers after each attempt. In my mind, that makes the certificate much less meaningful. Additionally, I spent large portions of the course feeling lost. It's supposed to be a beginner course but it feels like the already expect you to have a fair amount of background knowledge. They use jargon that a complete beginner might not understand, and I felt like they skipped over key concepts and expected you to figure them out. This led to difficulty doing the coding assignments. Assignments that were estimated to take an hour and a half took me anywhere from 4 - 10 hours each and I feel it's because there weren't enough resources. There are almost no actual readings, and the videos are helpful but don't tell you everything you need to know.
创建者 Claudine J
•Dec 4, 2020
First, the strong points: most of the quizzes have explanations when answers are submitted. This allows the user to easily find the material that they need to review.
Now onto the weak points: The course as a whole is extremely lengthy for "foundations" and there are many highly-technical ideas that are just too daunting to learn in a mere four weeks. Personally I had no problem with that, but here comes the actual issue that I had with this course: the tone is very erratic. Are you talking to a grade schooler while expecting them to understand loops and binary numbers? Or are you talking to young adults or budding professionals but somehow think that they would appreciate borderline baby talk? Even the presenters are varying: some talk to us as if we were children, others sound like bored students reading off a powerpoint presentation. This course just feels like... everyone had an idea to pitch in and they didn't want anybody to feel excluded, so they just threw everything into the pot and hoped for the best.
创建者 Cameron B
•Mar 23, 2018
This course could be very useful for extreme beginners trying to wrap their heads around programming in HTML/CSS/JS. It has some decent fundamentals, but it gets way too granular on image manipulation and really lacks in just about every other applicable application you'd like to use HTML/CSS/JS for.
The hosts were actually pretty entertaining and they definitely do a great job of presenting the material that is provided, but it just seems very much lacking in terms of content.
It would have been great to see more topics pertaining to things such as implementing CSS/JS into HTML, using a real IDE, creating navbars, display properties, mixins, using preprocessor tools, etc.