An open API service indexing awesome lists of open source software.

https://github.com/raybb/ternary-converter

Simple webpage to convert ternary conditionals to if else statements.
https://github.com/raybb/ternary-converter

Last synced: about 1 year ago
JSON representation

Simple webpage to convert ternary conditionals to if else statements.

Awesome Lists containing this project

README

          

# 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.