var isSymbolSupports = typeof Symbol === 'function' && typeof Symbol() === 'symbol'; alert(isSymbolSupports);