Error That I don't Understand

It says there’s SyntaxError: Unexpected end of input

at Module._compile (internal/modules/cjs/loader.js:703:23)

at Object.Module._extensions…js (internal/modules/cjs/loader.js:770:10)

at Module.load (internal/modules/cjs/loader.js:628:32)

at Function.Module._load (internal/modules/cjs/loader.js:555:12)

at Function.Module.runMain (internal/modules/cjs/loader.js:826:10)

at internal/main/run_main_module.js:17:11 Can Anybody help me?

there is something wrong with your code, you will have to send it here for us to find the issue

2 Likes

This usuallh means that there’s a missing closing bracket somewhere. Make sure tgat all of your brackets have an opening and a closing bracket, and that they’re in the right order.

2 Likes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.