Quiz on CRUD Part 1
Take a quick quiz to test your understanding of the concepts covered in this chapter.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
What does ['foo' => 'bar']
look like when encoding it with json_encode()
?
A.
{"foo" => "bar"}
B.
{"foo":"bar"}
C.
["foo","bar"]
1 / 7