The webconsole says: 'SyntaxError: missing ; before statement'. For what i can see, iam not missing any ';'
What do i miss here?
Code: Select all
!v_gettotalscore = localStorage.getItem("points");
Debug gettotalscore
!If (localStorage.getItem("points") === null){
!v_something = 1;
!}
Debug something