Files
freeCodeCamp/curriculum/challenges/chinese/12-certificates/javascript-algorithms-and-data-structures-certificate/javascript-algorithms-and-data-structures-certificate.md
Randell Dawson 94f0cf0ef8 chore(learn): Remove remaining isHidden keys from frontmatter (English and Chinese challenges) (#39809)
* fix: remove isHidden key from tool template

* fix: removed isHidden key from English challenges

* fix: remove isHidden key from Chinese challenges
2020-10-08 14:18:47 +02:00

750 B

id, challengeType, isPrivate, title
id challengeType isPrivate title
561abd10cb81ac38a17513bc 7 true JavaScript算法和数据结构证书

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