Examples should always print something to the console, and should not throw warnings.
The warnings usually come from unused variables, we should try to always use all the variables we declare, and in cases where this is not possible we can prepend the variable with an underscore to silence the warning.
Examples should always print something to the console, and should not throw warnings.
The warnings usually come from unused variables, we should try to always use all the variables we declare, and in cases where this is not possible we can prepend the variable with an underscore to silence the warning.