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