Compter le non de mot dans la chaîne javascript
return str.split(' ').length;
Glamorous Gharial
return str.split(' ').length;