Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 9 days 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.