Skip to content

Instantly share code, notes, and snippets.

@McLarenCollege
Last active December 26, 2022 21:29
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save McLarenCollege/814532611ff202eea2f2e7e97ec42063 to your computer and use it in GitHub Desktop.
Save McLarenCollege/814532611ff202eea2f2e7e97ec42063 to your computer and use it in GitHub Desktop.
Foundations Syllabus

Foundations Course Syllabus

  • Basic Data Types and Operators (String, Number, +, -)
  • Variables (Declaration, Assignment, Naming rules)
  • Compound Expressions (%, ++, --, +=)
  • Boolean data type and logical operators (or, and, not)
  • If/else and Ternary Operator
  • Functions
  • Arrays and Loops
  • Objects
  • Array and String Methods

We are not covering concepts like Recursion , Advanced Data Structures in the Foundations Course.

Here are the links for some of the challenges that you are expected to solve in the entrance test.

Gist Link

Gist Link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment