Constant dans le départ

const lightSpeed = 299792458 // initial value

// Error! Constants cannot be changed
lightSpeed = 299792460
SAMER SAEID