JS_UNIVERSE Telegram 2103
CHALLENGE

function trickyFunction(a) {
a = a || 42;
let result = (function(a) {
return a * 2;
})(a);
return result;
}

console.log(trickyFunction(0));



tgoop.com/js_universe/2103
Create:
Last Update:

CHALLENGE

function trickyFunction(a) {
a = a || 42;
let result = (function(a) {
return a * 2;
})(a);
return result;
}

console.log(trickyFunction(0));

BY JavaScript


Share with your friend now:
tgoop.com/js_universe/2103

View MORE
Open in Telegram


Telegram News

Date: |

Over 33,000 people sent out over 1,000 doxxing messages in the group. Although the administrators tried to delete all of the messages, the posting speed was far too much for them to keep up. Healing through screaming therapy How to Create a Private or Public Channel on Telegram? How to Create a Private or Public Channel on Telegram? Read now
from us


Telegram JavaScript
FROM American