Home > Net >  Vs code - Plain text - javascript
Vs code - Plain text - javascript

Time:08-12

Beginner question here, sorry for the early ask without contributing much here.

I tried various methods on here and google but can't get my javascript file to format the intellisense correctly. Below are screenshots of the problem i'm having. I've ran out of possible solutions to fix this, any help will be appreciated

Here is a screenshot of my problem: screenshot of problem

Correctly formatted color text

CodePudding user response:

Thanks so much! riov8, The color theme and theme was the problem here. I have it all figured out now.

Answer for this problem

CodePudding user response:

You probably meant to type ampmEl.innerText = ampm

  • Related