Untitled

Anonymous
javascript
01/23/2024 1:13 PM
64 B
19
Indexable
const x = 5;
const y = 6;

console.log(x + y)
Editor is loading...
Leave a Comment