An Option that will always have some value.
Option
You cannot put null into a Some.
an error if you try to give null or undefined.
null
undefined
An
Option
that will always have some value.You cannot put null into a Some.