Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 510 Bytes

File metadata and controls

17 lines (12 loc) · 510 Bytes

Weaverse JS Dev Test

JavaScript coding challenges for developer assessment.

Levels

Level Description Link
Level 1 Basic JS fundamentals JSFiddle
Level 2 Intermediate concepts JSFiddle

How to use

  1. Open the JSFiddle link for your level
  2. Uncomment the test you want to work on
  3. Write your solution in the TODO section
  4. Run the code to check your output