Why parseInt is NaN?

Why is parseInt

parseInt ("2century Magazine 2) NaN?

?
Mar.22,2021

should be binary only 0 and 1


parseInt (string, the binary of the string)
parseInt ('2binary 2) means that 2 is represented in binary, while binary can only be represented by 1 and 0, so parsing error


what is binary?

Menu