Executes block if a equals b, strict equals (===
).
Checks existence of all values passed in (not null
or undefined
).
Executes block if a does not equal b, strict (!==
).
Logs a
to the console. Useful for debugging.
Capitalizes the first letter of a string.
Outputs a date with the format of D MMMM YYYY.