# Forbid the use number `13` The use of the number `13` is a bad omen. Use a different amount. ### Fail ```js const a = 13; ``` ```js const myVariable13 = (a) => a*2; ``` ### Pass ```js const a = 7; ```