NovFora Dev

how do i make this thing work?? help pls

Quinn Martin

Quinn Martin

3 months ago

hello im so confused and everything looks like gibberish please can someone explain what a terminal is and how to open one because my teacher said we need it but i have no idea where anything goes or why there are these weird characters everywhere on the screen im going to fail if nobody helps me soon

Stella Cook

Stella Cook

3 months ago

You didn't paste the code, but 90% of "why isn't this working" posts boil down to one of these:

  • You have a typo in an import or variable name (IDE linter will show it)
  • The API endpoint requires an auth header you forgot
  • You're passing ['a'] instead of 'a' (or vice versa)
  • Async function being called without await — the code runs but returns a Promise object, not your value

Paste the snippet and I can actually help.

Join the conversation to leave a reply.

Sign in to reply

Related topics