أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
- Number Constructor ? (ex : Number("");)
- parseInt ? (ex: parseInt("");)
- Plus operator ? (ex: +"";)
- Bitwise >> (right shift) ? (ex: "" >>0;)
- Multiple (force cast) ? (ex: "" *1;)
- Bitwise NOT ? (ex: ~~"";)
- parseInt with base argument ? (ex: parseInt("",))
- Bitwise OR ? (ex: "" |0;)
- minus0 ? (ex: "" -0;)
parseInt .. for why you may google it please