mirror of
https://github.com/github/codeql.git
synced 2026-02-13 13:41:08 +01:00
5 lines
82 B
JavaScript
5 lines
82 B
JavaScript
var x = 42, y = 19;
|
|
|
|
console.log(let (x = 23, y = 19) x + y);
|
|
|
|
console.log(x - y); |