ECS639U 8.1 Review
logo
09/11/2020
Results

We use console.log to debug _______ code

On your development server, when using print("Hello") in a view, the string "Hello" will appear in...

An tag for www.site.com/products/ can use either href="products/" or href="/products/"

When getting an error "404 Not Found", you should first check that...

A 500 error is likely an error in your...

The HTTP method in an Ajax request must be either GET or POST.

A view function knows the HTTP method used by the client by looking at request.method

When using a PUT request, the request data will be available in...

Django's QueryDict class is a sub-class of Python's...

In Django's JsonResponse(data), the argument data must be a ...