Full source code download link: https://programming4everybody.com/jsl...
----------------------------------------------------
Hello, in this lesson will see, how the method toString in JavaScript works and how we can modify this method.
Each object in JavaScript contains a toString method, and this method returns a textual representation of the object.
We have a class called Car, which contains brand, color and maximum speed. We create an instance of the Car class named anyCar and add arguments to the constructor.
We write the instance named anyCar in the document. Now we try to open the page and see that the toString method only shows the Object object for the anyCar instance.
However, we can easily rewrite and modify the toString method so that this method returns the result we need. In JavaScript, we can easily override the default method by rewriting this method.
So now we uncomment our written toString method, in which we return the values we want to display.
We will try to run the page again and see that the rewritten toString method now displays the properties of the anyCar instance with a text description. That is, exactly as we entered it in the toString function.
Thank you for watching this video and if you like, subscribe to this channel and put like.
На этой странице сайта вы можете посмотреть видео онлайн toString method in JavaScript - JavaScript Tutorial длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Programming for Everybody 23 Январь 2022, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 79 раз и оно понравилось 4 зрителям. Приятного просмотра!