Skip to content
This repository was archived by the owner on Nov 16, 2019. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Section 1: Primitives

Introduction

In this part of the workshop, we'll start with some basic exercises to introduce how we'll run this workshop and the types of exercises we'll be working on.

We'll walk through this one with you all, but later on we'll be available as you walk through the steps in a self-guided manner.

What you'll be working with

  • Basic types
  • Type inference
  • Type checks

What you'll be working with

  • Functions as types
  • Inferred return types
  • Inferred return types using composition
  • Object shape as return type