javascript error with my code

This declaration doesn’t look correct:

function all() {

function Nickname() {

Did you really intend to declare Nickname() inside all()?

Leave a Comment