Skip to content

Noodle.length

github-actions[bot] edited this page Sep 30, 2024 · 2 revisions

number of characters in the noodle
type: Number

alt names:

  • size
  • charCount

const { Noodle } = require('stews');

let str = new Noodle("abc 123");

console.log(str.length);
7


Stews Docs 🍲

🛈 Stew 🛈 Soup
🛈 Noodle 🛈 random

Clone this wiki locally