Languages
[Edit]
EN

JavaScript - check string length

8 points
Created by:
Eshaal-Wilkinson
774

In this article, we would like to show you how to check string length using JavaScript.

Quick solution:

// ONLINE-RUNNER:browser;

var text = 'ABC';

console.log(text.length);  // 3

Output:

3

Alternative titles

  1. JavaScript - how to check string length?
  2. JavaScript - how to check string size?
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.

JavaScript - String (popular problems)

JavaScript - string length
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join