Decimal to binary converter


/ Published in: JavaScript
Save to your folder(s)

A one-liner that converts a decimal number to a binary number


Copy this code and paste it in your HTML
  1. (_$=($,_=[]+[])=>$?_$($>>+!![],($&+!![])+_):_)(255);

Report this snippet


Comments


You need to login to view comments.