Learning-Frontend Number = int + float, there's no difference Always use let to create variables Use camelCase in js var X let var allows redeclaration, the follow code is valid: var name = "abc" var name = "def"