can't learn from the examples in the lessons | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

26th Jan 2020, 9:52 AM
Benjamin Garcia
Benjamin Garcia - avatar
4 Answers
+ 1
If you have prolems learning from a lesson, check the comments, you can find very usefull things in there.
26th Jan 2020, 10:08 AM
🍇 Alex Tușinean 💜
🍇 Alex Tușinean 💜 - avatar
+ 1
Hi Benjamin! Can you show here what you dont understand? let's try to figure it out together. I also learn this language
26th Jan 2020, 10:10 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 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.
26th Jan 2020, 11:32 AM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar