Skip to content

Noodle.words

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

list of words in the noodle split by spaces
type: Array

alt names:

  • sections

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

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

console.log(str.words);
[ "abc", "123" ]


Stews Docs 🍲

🛈 Stew 🛈 Soup
🛈 Noodle 🛈 random

Clone this wiki locally