Bereaksi variabel ES6

var x = 5.6;
let x = 5.6;
const x = 5.6;
naly moslih