By @ehiber, @marcogonzalo, @alesanchezr, @Charlytoc and contributors at 4Geeks Academy
Estas instrucciones estan disponibles en espanol.
Practice interview-style coding challenges with progressive exercises and isolated auto-evaluation.
Open in Codespaces and run:
learnpack start- Install LearnPack:
npm i @learnpack/learnpack -g- From the folder where
learn.jsonexists, run:
learnpack startThe repository includes:
exercises/00-welcome: Introductory readme-only step.exercises/01-...toexercises/15-...: Coding challenges.
Most exercise folders include:
app.js: Starter file for students.README.md: Instructions in English.README.es.md: Instrucciones en espanol.tests.js: Exercise test entry.solution.hide.js(on selected exercises): Hidden reference solution.
- Keep
README.mdandREADME.es.mdsynchronized when content changes. - Student files are intentionally unsolved in
app.js.