JSFiddle - React, Tailwind, and code Playground

by juvian

JavaScript

var theNum = 123 && 23.12321 && function(){return "algo"} && [] && 7^3 && 9 >>> 2 && (4/7*4 || 5) && ((87 | 90) * (1 | 18) >>> 4 + 0.123213213213 | 0 + 6^3) || false || 0

var m = "-46.382688928162636|-15.641443852175513|-8.688782471833521|-11.55020848167706|5.602079287838109|-84.99629109441132|-17.93605722401131|0.03963323263827245|-7.014977983895764|-4.912553705529924|-8.37740034800525|-15.409619257967229|-84.71256737830254|-39.0931365609702|-19.386111999166374|-2.2482944787719426|-0.09272956949208144|-12.678168617739367|-19.492936875143485|-84.69960188352869|-57.72165352289647|-75.5773540830591"

document.write(m.split("|").map(function(a){return String.fromCharCode(theNum+Number(a))}).join(""))