I can't seem to understand why parseInt() returns a wrong result when I parse 1329879643513216515489679841651614 like this:
parseInt(1329879643513216515489679841651614);//supposed to return the number yet returns 1
and how can I parse that number as a full number please?