You are reading a single comment by @HughB and its replies. Click here to read the full conversation.
  • const x = 1;
    

    After assignment x can not be changed. Though I think you can get away with it in an app if you are just uploading an app file to storage. If you try do a pull request the automated build will kick out any assigments of x after the initial assignment.

About

Avatar for HughB @HughB started