`is` will check if two objects are the same whereas `==` will check if their values are the same which is what we want here.
978 B
978 B
`is` will check if two objects are the same whereas `==` will check if their values are the same which is what we want here.