Notice: file_put_contents(): Write of 2774 bytes failed with errno=28 No space left on device in /var/www/tgoop/post.php on line 50

Warning: file_put_contents(): Only 12288 of 15062 bytes written, possibly out of free disk space in /var/www/tgoop/post.php on line 50
JavaScript@javascript P.2440
JAVASCRIPT Telegram 2440
CHALLENGE

const items = ['apple', 'banana', 'cherry', 'date'];  

const result = items
.map(item => item.toUpperCase())
.filter(item => item.length > 5)
.reduce((acc, item, index) => {
return acc + (index === 0 ? '' : '-') + item.slice(0, 3);
}, '');

console.log(result);
2🔥1



tgoop.com/javascript/2440
Create:
Last Update:

CHALLENGE

const items = ['apple', 'banana', 'cherry', 'date'];  

const result = items
.map(item => item.toUpperCase())
.filter(item => item.length > 5)
.reduce((acc, item, index) => {
return acc + (index === 0 ? '' : '-') + item.slice(0, 3);
}, '');

console.log(result);

BY JavaScript


Share with your friend now:
tgoop.com/javascript/2440

View MORE
Open in Telegram


Telegram News

Date: |

Telegram Channels requirements & features Hui said the time period and nature of some offences “overlapped” and thus their prison terms could be served concurrently. The judge ordered Ng to be jailed for a total of six years and six months. The group’s featured image is of a Pepe frog yelling, often referred to as the “REEEEEEE” meme. Pepe the Frog was created back in 2005 by Matt Furie and has since become an internet symbol for meme culture and “degen” culture. Telegram users themselves will be able to flag and report potentially false content. The administrator of a telegram group, "Suck Channel," was sentenced to six years and six months in prison for seven counts of incitement yesterday.
from us


Telegram JavaScript
FROM American