Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

638851 Views

Latest files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-symbols/test/shams

core-js.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-symbols/test/shams/core-js.js
125 Views
0 Comments
'use strict';

var test = require('tape');

if (typeof Symbol === 'function' && typeof Symbol() === 'symbol') {
test('has native Symbol support', function (t) {
t.equal(typeof Symbol, 'function');
t.equal(typeof Symbol(), 'symbol');
get-own-property-symbols.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/has-symbols/test/shams/get-own-property-symbols.js
125 Views
0 Comments
'use strict';

var test = require('tape');

if (typeof Symbol === 'function' && typeof Symbol() === 'symbol') {
test('has native Symbol support', function (t) {
t.equal(typeof Symbol, 'function');
t.equal(typeof Symbol(), 'symbol');