JS CHALLENGE #1: Filter Duplicate Emojis

JS CHALLENGE #1: Filter Duplicate Emojis

Introducing new series, Daily JavaScript Challenges!

ยท

1 min read

Introducing new series, Daily JavaScript Challenges!

Welcome to challenge #1 | Filter Duplicate Emojis

Without further ado, let's get into the challenge of today


#1 - Filter Duplicate Emojis

I have a list of emojis, of course each emoji has been repeated more than one time, I need to fix this to get each emoji NOT repeated, means unique. Here is your code, start working on the function in index.js. Good luck.

Disclaimer โš ๏ธ: Note the competition or the rewards mentioned in the video are not available, as the competition has ended!


Heads up! Solution!

This solution has been 100% made by me ๐Ÿ˜Š, Omar Moustafa!

Comments has been added


I hope you liked today's challenge, if you have any ideas, I am welcome to check them in the comments below!

ย