% Now create a variable named "canIuselength" as follows: % canIuselength = 0; % No, you can't use length; it is reserved % canIuselength = 1; % Yes, you can use length as a variable name; it is not reserved % Note that the results of "exist length" is NOT the value you should use for canIuselength