Nick Parsons

Results 2 comments of Nick Parsons

@CompuIves `"use strict";` is allowed to be at the top of a fuction, so when CodeSandbox wraps it in a function like you've shown the code within that function will...

@BrianWoolfolk > I was thinking of creating a section for the [structuredClone() method](https://developer.mozilla.org/en-US/docs/Web/API/Window/structuredClone) inside both docs of "Updating Objects/Arrays in State". > > This provides a deep clone of the...