JavaScript において、10px という文字列から 10 という数値を取り出す関数はどれか。適切なものを以下より 1つ選択しなさい。
parseint(“10px”)
Intparse(“10px”)
parseInt(“10px”)
intparse(“10px”)