Languages - sparkbox/fundamentals-cohort GitHub Wiki

HTML | CSS | Javascript

πŸ““ HTML

Learning Objectives

  • Semantic HTML

Resources

Resources

Practice

πŸ““ CSS

Learning Objectives

  • Know how to use the BEM naming convention and ITCSS for CSS organization and why they are helpful
  • Know how to validate your compiled CSS and resolve errors

Resources

Practice

πŸ““ Javascript

Learning Objectives

  • Understand multi-paradigm nature of JavaScript and when to apply different paradigms:
    • Object Oriented Programming
    • Functional Programming
    • Procedural Programming

Resources

Practice

πŸ“˜ Typescript

Learning Objectives

  • Understand static typing and its benefits and drawbacks
  • Know how to define your own types and best practices surrounding type definitions

Resources

Practice