Which of the following commands will set the variable text to olaf is home? (Choose two)
Select all that apply, then click Submit answer.
-
○
text=olaf\ is\ home
-
○
text=$olaf is home
-
○
$text='olaf is home'
-
○
text=='olaf is home'
-
○
text="olaf is home"