Search⌘ K

Exercise: Mutable Nested Fields

Explore how to make nested fields mutable in ReasonML records, specifically adjusting the population field in a given record. Learn to apply record mutation commands and practice modifying data structures accurately within this hands-on challenge.

Problem Statement

You are given the winterfell record from the ...