I'm trying to check if Object.assign is called on my object, and if that is falsy I do some further work on the object. How do I do this? My code looks like this:
if (Object.assign) {... }
I'm trying to check if Object.assign is called on my object, and if that is falsy I do some further work on the object. How do I do this? My code looks like this:
if (Object.assign) {... }
برچسب:
نویسنده: استخدام کار