Guseyn / logic.js

Logic operands (and other words) expressed with words

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logic.js

Logic operands (and other words) expressed with words

Plan

const a = condition ? b : c

expressed as

const a = _if(condition)._then(b)._otherwise(c)

About

Logic operands (and other words) expressed with words