Summary
Keywords
Full Transcript
04.JavaScript Data Types | JavaScript String Type Variable || what is javascript string A JavaScript string stores a series of characters like "John Doe". A string can be any text inside double or single quotes: var carName1 = "Volvo XC60"; var carName2 = 'Volvo XC60'; String indexes are zero-based: The first character is in position 0, the second in 1, and so on. 109. JavaScript Ternary Operator Part 28 || JavaScript Bangla Tutorial Reference: Contents of this video: 00:00 - Intro 00:32 - Lets Go Discord: https://discord.gg/S85s26RwNn Telegram: https://t.me/habluprogrammer Tutul Vai: https://www.facebook.com/tutul.qcsc/ Ahad Vai: https://www.facebook.com/profile.php?id=100070230852970 Ask a Question: On FB Page: https://m.facebook.com/hablu420 On FB Group: https://m.facebook.com/groups/1775241322637982/ On E-mail: [email protected] Regards: Hablu Programmer Team Youtube: https://m.youtube.com/habluprogrammer1 Facebook: m.facebook.com/hablu420 GitHub: https://github.com/Hablu-Programmer Website: https://www.habluprogrammer.com #hablu
