Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Javascriptで数学演算の変数として数学記号を使用するには?
作品:
if(1 < 2) alert("yes");
失敗:
var sign = "<"; if(1 sign 2) alert("yes");