JAVASCRIPT Telegram 2103
CHALLENGE

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

console.log(trickyFunction(0));
👍82



tgoop.com/javascript/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/javascript/2103

View MORE
Open in Telegram


Telegram News

Date: |

3How to create a Telegram channel? To delete a channel with over 1,000 subscribers, you need to contact user support Telegram desktop app: In the upper left corner, click the Menu icon (the one with three lines). Select “New Channel” from the drop-down menu. To edit your name or bio, click the Menu icon and select “Manage Channel.” Activate up to 20 bots
from us


Telegram JavaScript
FROM American