3 lines
39 B
JavaScript
3 lines
39 B
JavaScript
const MULTIPLIER = 5;
|
|
MULTIPLIER = 10;
|
const MULTIPLIER = 5;
|
|
MULTIPLIER = 10;
|