Quiz on Adding Users and Migrating to Oak

Quiz yourself on Oak and its usage as a Deno alternative.

1

What is the correct cache command to lock a file and a path to the centralized dependencies file named src/test.ts?

A)
deno cache --lock lock.json --lock-write src/test.ts
B)
deno cache --lock -lock.json --lock-write src/test.ts
C)
deno cache --lock=lock.json --lock-write src/test.ts (correct)
D)
deno cache --lock=lock.json src/test.ts
Question 1 of 50 attempted

Get hands-on with 1200+ tech skills courses.