/lcd-digits-hateonion

lcd-digits-hateonion created by Classroom for GitHub

Primary LanguageJavaScript

Your task is to create an LCD string representation of an integer value using a 3x3 grid of space, underscore, and pipe characters for each digit. Each digit is shown below (using a dot instead of a space)

._.   ...   ._.   ._.   ...   ._.   ._.   ._.   ._.   ._.
|.|   ..|   ._|   ._|   |_|   |_.   |_.   ..|   |_|   |_|
|_|   ..|   |_.   ._|   ..|   ._|   |_|   ..|   |_|   ..|

Example: 910

._. ... ._.
|_| ..| |.|
..| ..| |_|

##Tasking Time

  1. Task1 9 min
  2. Task2 30 min
  3. Task3 10 min
  4. integration 6min