Creating Javascript Sets

Write a function that takes three elements of any type as arguments. Create a Set from those elements. Return the result
JavaScript
Console