i've just learned how to use prototype and javascript and was playing around with adding methods to the string object.
is it possible to create a method that would actually change the string object's value, instead of using it to return another value. so for example if you added a method that turned the string backwards it would actually make the value of that string object backwards.
is it possible to create a method that would actually change the string object's value, instead of using it to return another value. so for example if you added a method that turned the string backwards it would actually make the value of that string object backwards.