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...
On this page of the site you can watch the video online JavaScript - Create an Empty String with a duration of hours minute second in good quality, which was uploaded by the user ProgramGuru 25 June 2024, share the link with friends and acquaintances, this video has already been watched 132 times on youtube and it was liked by 2 viewers. Enjoy your viewing!