function in javascript

PHOTO EMBED

Sat Jan 14 2023 07:30:30 GMT+0000 (Coordinated Universal Time)

Saved by @fuzail

Object.setPrototypeOf(teachingSupport , teacher)

String.prototype.truelength = function() {
    console.log(`true length is: ${this.trim().length}`);
}
let myname = " hitesh  "
content_copyCOPY