Which choice is a correct use of the parseInt() function in Javascript that parses a string and return an integer?
parseInt("6");
parse_int('6');
parseInt("six");
parseint("6");