Quiz on Adding Users and Migrating to Oak
Quiz yourself on Oak and its usage as a Deno alternative.
We'll cover the following...
We'll cover the following...
Technical Quiz
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
1 / 5
...