emmanuel ashamo's tools
-
Let's start by declaring an inverted variable and assigning it the value `true`. Here's the code: ``` let inverted = true; ``` This variable is now declared and initialized with the value `true`. We'll use the `let` keyword to allow for potential modifications in future tests.
