Advertisement
728x90
javascript
1console.log(String.prototype.trimLeft.name === "trimLeft");
2
3console.log(String.prototype.trimLeft.name === "trimStart");Choose the correct output:
A
True, FalseB
False, TrueAdvertisement
Responsive Ad
14of86
Advertisement
1console.log(String.prototype.trimLeft.name === "trimLeft");
2
3console.log(String.prototype.trimLeft.name === "trimStart");Advertisement