You can help me with this practice, I can't get over it | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

You can help me with this practice, I can't get over it

They ask me to put the Console.log and I can't get it

14th May 2022, 8:37 AM
Anselmo Gadjin Delgado
10 Answers
+ 1
Anselmo Gadjin Delgado You have made 4 mistakes. 1. console.log is written without a capital C 2. JS has 2 capitals, so Js is incorrect 3. You are missing the semi-colon at the end of your statement. 4. You have too many quotation marks, there is a double set on the end of your statement Every aspect is important, you must be exact because our digital overlords are unforgiving 🤣👍
14th May 2022, 9:21 AM
Rik Wittkopp
Rik Wittkopp - avatar
+ 4
Anselmo Gadjin Delgado Did you check first lesson about how to print anything on console?
14th May 2022, 9:01 AM
A͢J
A͢J - avatar
+ 3
Anselmo Gadjin Delgado I'm sure that console.log() is explained in the first lesson but you can also have a look into this article to learn how it works: https://www.google.com/amp/s/www.freecodecamp.org/news/javascript-console-log-example-how-to-print-to-the-console-in-js/amp/
14th May 2022, 9:05 AM
Denise Roßberg
Denise Roßberg - avatar
+ 2
What's the description about practice?
14th May 2022, 8:49 AM
A͢J
A͢J - avatar
+ 2
Thank you very much, it already worked. You have been very helpful to me. I was already getting frustrated. You are my heroes
14th May 2022, 2:45 PM
Anselmo Gadjin Delgado
+ 1
This is the text that puts my first practice. Write a program to print "JS is fun". Note that the sentence begins with a capital letter. Track Use the console.log() function.
14th May 2022, 8:54 AM
Anselmo Gadjin Delgado
0
Anselmo Gadjin Delgado Which lesson are you referring to in Javascript. Are you sure it is not document.write("Something")
14th May 2022, 8:49 AM
Rik Wittkopp
Rik Wittkopp - avatar
0
Anselmo Gadjin Delgado Can you please write here what you wrote as your attempt
14th May 2022, 9:01 AM
Rik Wittkopp
Rik Wittkopp - avatar
0
Anselmo Gadjin Delgado Don't forget the semicolon ;
14th May 2022, 9:03 AM
Rik Wittkopp
Rik Wittkopp - avatar
0
I've just put this in. Console.log ("Js is fun"") in android
14th May 2022, 9:07 AM
Anselmo Gadjin Delgado