VXZELL12345
@VXZELL12345
ok
So, on my repl I have this on top of my .js file.
const suggestionSchema = require('@schemas/suggestions-schema')
I use this to declare what suggest
Node.js
Okay so basically, when I got onto my repl.it why did my code become grey all of a sudden. The code works perfectly fine and so does everything, I jus
IntellectualGuy Maybe you accidentally changed the file extension? Or it could be that the ide is just loading2 years ago
robowolf The grey underlining is lint highlighting I believe. It essentially points out that a variable not used or some other non major problem.2 years ago