Find words with alternating vowels and consonants: Difference between revisions

Content deleted Content added
Hout (talk | contribs)
→‎{{header|Haskell}}: Edited a comment to match new title, and used Data.Bifunctor.
Hout (talk | contribs)
→‎{{header|JavaScript}}: Updated a comment to match new task title.
Line 634: Line 634:
'use strict';
'use strict';


// -- WORDS WITH ALTERNATING VOWELS AND CONSONANTS ---
// -------- VOWEL-CONSONANT ALTERNATOR WORDS ---------


// isLongAlternator :: String -> Bool
// isLongAlternator :: String -> Bool