tongxunlu / ternary-converter

Simple webpage to converter ternary conditionals to if else statements.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ternary Converter -三元运算符在线转换

A simple javascript webpage to convert ternary conditionals into if-else statements.

Works with nested ternary statements.

View the webpage live here https://raybb.github.io/ternary-converter/

Contributing

This project was put together quickly and may have bugs.

Feel free to submit pull requests for anything you see as an issue.

About

Simple webpage to converter ternary conditionals to if else statements.

License:MIT License


Languages

Language:HTML 47.6%Language:JavaScript 46.6%Language:CSS 5.8%