#I need help with Javascript

35 messages · Page 1 of 1 (latest)

random plover
#

how do i fix the issue that shows under

fringe grail
#

Issue?

fringe grail
#

It's just telling you that you're using those things in audit mode

#

Not an error, or a warning

#

Yellow = warning
Red = error

Blue = "Hey, did you know this?"

random plover
#

Yes, the blue thing that popped up, i watched so many youtube videos since many showed how to solve it but i tried everything i could and nothing works p_girlcry01

fringe grail
#

You can ignore it

#

It's not an error or a warning

random plover
fringe grail
#

Just a notification

random plover
#

i can't ignore since my console isnt working

fringe grail
#

What does the code look like thay you're trying to run?

#

Are you using console.log() or any other form of interacting with the console?

#

And what are you trying to get the console to do?

random plover
#

console.log("I like pizza"); to see if my console was working

#

and it doesnt show anything

fringe grail
#

What's the full code

#

!formatting js

rustic garnetBOT
#
Code Formatting

When sharing code with the community, please use the correct formatting for ease of readability.

Example

```js
YOUR CODE HERE
```

Those are back ticks not single quotes, typically the key above TAB

random plover
#

that's the only line i tried

#

i also don't see the run button in vsc

fringe grail
#

I don't understand why it's saying you're using navigator.UserAgent, navigator.AppVersion or navigator.platform

#

In your script

#

Can you screenshot all of the code you have?

random plover
#

it's not my code

#

i just wait for someone else to help

fringe grail
#

Nobody can help if they don't even have any parts of any of your code

#

The code you have, is using those somewhere, which is where the blue error is coming from

#

And it's obviously a lot more code than "just a single console.log()"

#

So, nobody can tell where the blue info error is from, or how to do anything about any of it, without seeing any code

#

What is the code supposed to do?

chilly maple
random plover
fringe grail
#

By sharing the code so others can see what's wrong with it?