Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

unexpected token react

check the end of your code its missing a single }
// return (
    //<div>
    // <div>welcome tourist</div>
    // <div>welcome local tourist</div>
    //</div>
    // );
  }


export default UserGreetings; //this has unexpected token error

 // return (
    //<div>
    // <div>welcome tourist</div>
    // <div>welcome local tourist</div>
    //</div>
    // );
  }
}

export default UserGreetings; //this one has no eeror
 
PREVIOUS NEXT
Tagged: #unexpected #token #react
ADD COMMENT
Topic
Name
6+1 =