JavaScript - Create an Empty String

Опубликовано: 25 Июнь 2024
на канале: ProgramGuru
132
2

To create an empty string in javascript, you can use empty quotes, or new String.

In the first example, we create a variable 'name' assigned with an empty string using empty quotes.

To verify if it is an empty string, we print its length to output, which is zero.

In the second example, we create an empty string using new String(). And print its length to output.

Using empty quotes, or new String() are two of the many ways in which you can create an empty string in JavaScript.

Thank you for watching. If you like the explanation, like the video, and subscribe to our channel.

Reference
=========
https://programguru.org/javascript/ho...


На этой странице сайта вы можете посмотреть видео онлайн JavaScript - Create an Empty String длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь ProgramGuru 25 Июнь 2024, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 132 раз и оно понравилось 2 зрителям. Приятного просмотра!