Number("5") and parseInt("5"). I know that with parseInt it can separate a number from a string e.g. it can pull 5 out of something like parseInt("5Text"). But in the original use case, is it a matter of personal preference or is there a correct practice? I assume if you don't want to pull a number from a string you'd just use Number()?