mirror of
https://github.com/Ed94/LangStudies.git
synced 2025-06-14 19:11:46 -07:00
BAPFS Lecture 9
This commit is contained in:
@ -5,4 +5,10 @@ let x;
|
||||
let y = 42;
|
||||
|
||||
// Multiple declarations
|
||||
let a, b;
|
||||
let a, b;
|
||||
|
||||
let c, d = 10;
|
||||
|
||||
let foo = bar = 10;
|
||||
|
||||
r = 10;
|
Reference in New Issue
Block a user