|
|
|
|
|
by sankalpk
5264 days ago
|
|
I did the same thing with my sister(who doesn't know any code) and the same issues came up with her as well. This is definitely a design issue. How to make the UI better? In the initial stages of learning of learning a concept, have a dialogue appear for each error saying something like: When you're coding in the real world no one is going to tell you this, but we've got your back! You forgot the quotes around your name. This problem occurs because some programming languages are case-sensitive, meaning that you have to type it in exactly the way Javascript wants you to. We'll give you a heads up about using quotes 4 more times and after that you're on your own. To fix this error type in: "Janet".length instead of Janet.length |
|