-
Write a function,
isConsonant
, to test if a character is a consonant (make sure to check for numbers too!). -
Write a function,
isCapitalized
, to test the first character of a string is uppercase or not. -
Write a JavaScript function,
countVowels
, to count the number of vowels in a given string. -
Write a JavaScript function,
isZIPCode
, to check whether a given value is US zip code or not. -
Write a JavaScript function,
isHex
, to check whether a given value is hexadecimal value or not. -
Write a JavaScript function,
isIPAddress
, to check whether a given value is IP value or not. -
Write a function,
isEmailAddress
, to check whether a given value is a valid e-mail addresses.
practice
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||