Using ==
instead of is
#18
-
I know Mark Michaelis emphasizes using the |
Beta Was this translation helpful? Give feedback.
Answered by
BenjaminMichaelis
Feb 16, 2023
Replies: 0 comments 1 reply
-
Thanks for pointing this out! That is correct, that |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
BenjaminMichaelis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for pointing this out! That is correct, that
is
should be used here when comparing against null. This will be updated when the chapter 13 content gets next updated!