hitung nomor atau string javascript

"this is foo bar".split("o").length - 1;
// returns 2
Homely Heron