設定上人外122歳(♀)の精神安穏日記

広告の消し方 https://masavo.jp/ad

JavaScriptでrubyのreturn ifっぽく

ruby

return "hello" if true

JS

if(true) return "hello"