convert string to set javascript code example Example: create set from list javascript var arr = [55, 44, 65]; var set = new Set(arr);