Close Interview Question

Implement a function that will can be called on all strings object. For example "xyz".myfunc()

Interview Answer

Anonymous

Nov 21, 2017

Via prototypes

1