pull/138/head
Swati Singh 4 years ago
parent b82fe26ac3
commit a27fe45f93

@ -311,7 +311,7 @@ const PI = 3.14 // Not allowed to reassign PI to a new value
// PI = 3. // PI = 3.
``` ```
``` ```js
const x = 10; const x = 10;
if (x > 10) { if (x > 10) {

Loading…
Cancel
Save