...

/

Quiz on Deno Runtime and the Standard Library

Quiz on Deno Runtime and the Standard Library

Quiz yourself on the Deno runtime and standard library.

We'll cover the following...
Technical Quiz
1.

Which flags can be used together when running our script to restart it on file changes?

A.

The --unstable and --watch flags

B.

The --unstable and --restart flags

C.

The --stable and --watch flags

D.

The --stable and --restart flag


1 / 6