+ 1
can't learn from the examples in the lessons
in a lot of the example code for 'more on ES6' there is no errors, but absolutely nothing is outputted in the console or out put, I can't learn of understand how it works if it does nothing! Can someone please make examples I can look at while knowing the outcome compared to just the code and a blank outcome in most places?
4 Answers
+ 1
If you have prolems learning from a lesson, check the comments, you can find very usefull things in there.
+ 1
Hi Benjamin! Can you show here what you dont understand? let's try to figure it out together. I also learn this language
+ 1
If you do not see console you have three dots in output section
click on that then click on console. console.log("hello")
This only prints 'hello' on console. console is very good debugging tools for developers.