var arr = [55, 44, 65,1,2,3,3,34,5]; var unique = [...new Set(arr)]
Pro tip: use ```triple backticks around text``` to write in code fences