Open Mu7ammadAbed opened 4 years ago
Since you are not going to change the variables you should use const instead of let https://github.com/GSG-G9/code-SOZAbit/blob/83ab0b5ce6d5be8a1c29b6a4d32156db344560c0/js.js#L1-L7
const
let
Since you are not going to change the variables you should use
const
instead oflet
https://github.com/GSG-G9/code-SOZAbit/blob/83ab0b5ce6d5be8a1c29b6a4d32156db344560c0/js.js#L1-L7