Null

November 4, 2020 ยท View on GitHub

Null is a concept that denotes the absence of a value.

Exercises

Badge printer

This exercise prints employee information on a badge and wraps the text to fit on a given maximum width. The reference implementation (C#) teaches:

  • the null literal
  • basic null checking at compile time and runtime
  • nullable types

Implementations

TrackExerciseChanges
C#tim-from-marketingNone
JavaScriptnullabilityUse file level function instead of class