pub fn is_js_reserved_word(input: &str) -> bool
Returns whether input is a keyword or common reserved word.
input