- 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
10 Réponses
+ 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 🤣👍
+ 4
Anselmo Gadjin Delgado
Did you check first lesson about how to print anything on console?
+ 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/
+ 2
What's the description about practice?
+ 2
Thank you very much, it already worked. You have been very helpful to me. I was already getting frustrated. You are my heroes
+ 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.
0
Anselmo Gadjin Delgado
Which lesson are you referring to in Javascript.
Are you sure it is not
document.write("Something")
0
Anselmo Gadjin Delgado
Can you please write here what you wrote as your attempt
0
Anselmo Gadjin Delgado
Don't forget the semicolon ;
0
I've just put this in. Console.log ("Js is fun"") in android