let a = 1; a = 2; console.log(a); // 2 const b = 1; b = 2; // Uncaught TypeError: Assignment to constant variable. Kotlin extension function provides a facility to "add" methods to class without ...