feat: functional programming spreadsheet (#36873)

* Add meta.json for spreadsheet

* Add spreadsheet files

* Close code tags for tests in 2 files

* Add solution section

* Add index file

* Add javascript-spreadsheet to stringifier

* Move index to step

* Rename steps in meta.json

* Rename step numbers in files

* Add index file to proper location

* Remove inappropriate files from spreadsheet dir

* Fix typo in first step

* Fix test sections

* Rename files to correct step

* Fix broken tests

* Add newline between sections

* Change challengeType from 1 to 0

* Add missng ) in step-079.md

* test -> tests in step-079

* Simplify test in step-103

* Fix step-137 test

* Remove last step

* Added solutions and adjusted some tests

* Fix some challenges

* Remove wrong spaces

* Fix more tests

* Add missing semicolon

* Fix more tests

* Fix type: lastttwo

* Fix all remaining tests
This commit is contained in:
SomeDer
2019-11-05 02:09:40 -01:00
committed by Mrugesh Mohapatra
parent 89e18e3a81
commit 2fbafda167
143 changed files with 32912 additions and 1 deletions

View File

@ -18,7 +18,8 @@ const preFormattedBlockNames = {
'machine-learning-with-python': 'Machine Learning with Python',
tensorflow: 'TensorFlow',
'javascript-rpg-game': 'JavaScript RPG Game',
'css-variables-skyline': 'CSS Variables Skyline'
'css-variables-skyline': 'CSS Variables Skyline',
'javascript-spreadsheet': 'JavaScript Spreadsheet'
};
const noFormatting = ['and', 'for', 'of', 'the', 'up', 'with'];