pub fn is_js_keyword(input: &str) -> bool
Returns whether input is one of the common JavaScript keywords.
input