Ecosyste.ms: Awesome
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: 9 days ago
JSON representation
Simple webpage to convert ternary conditionals to if else statements.
- Host: GitHub
- URL: https://github.com/RayBB/ternary-converter
- Owner: RayBB
- License: mit
- Created: 2016-07-19T17:59:25.000Z (over 8 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-07-20T20:43:36.000Z (over 8 years ago)
- Last Synced: 2024-08-02T15:20:50.161Z (3 months ago)
- Language: HTML
- Homepage: https://raybb.github.io/ternary-converter/
- Size: 14.6 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.