Inactive Account
4.3K posts

Inactive Account retweetledi

@MakeAugusta Feature Request:
As a user, I want a popcorn button on my laptop so that I can easily make popcorn without having to leave my couch.
English

@SinghLions function f(x, y) {
console.log(`${x} + ${y} = ` +
`${x * x}${x + y}${y * y}`);
}
f(1, 1);
f(1, 2);
f(2, 2);
f(3, 2);
f(3, 3);
1 + 1 = 121
1 + 2 = 134
2 + 2 = 444
3 + 2 = 954
3 + 3 = 969
Español


@SinghLions 126
> function f(x, y) {
... let n = (x + y) * x;
... console.log(n);
... }
> f(2, 3);
10
> f(8, 4);
96
> f(7, 2);
63
> f(6, 5);
66
> f(9, 5);
126
Français

@ilovenostalgia A sleep aid that was administered to groups of people at the same time.
English





























