Files
freeCodeCamp/curriculum/challenges/english/12-certificates/javascript-algorithms-and-data-structures-certificate/javascript-algorithms-and-data-structures-certificate.english.md
Oliver Eyton-Williams bd68b70f3d Feat: hide blocks not challenges (#39504)
* fix: remove isHidden flag from frontmatter

* fix: add isUpcomingChange

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>

* feat: hide blocks not challenges

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
2020-09-03 15:07:40 -07:00

766 B

id, title, challengeType, isPrivate
id title challengeType isPrivate
561abd10cb81ac38a17513bc JavaScript Algorithms and Data Structures Certificate 7 true

Description

Instructions

Tests

tests:
  - id: aaa48de84e1ecc7c742e1124
    title: Palindrome Checker
  - id: a7f4d8f2483413a6ce226cac
    title: Roman Numeral Converter
  - id: 56533eb9ac21ba0edf2244e2
    title: Caesars Cipher
  - id: aff0395860f5d3034dc0bfc9
    title: Telephone Number Validator
  - id: aa2e6f85cab2ab736c9a9b24
    title: Cash Register

Challenge Seed

Solution

// solution required