Let's test your knowledge. Fill in the missing part by typing it in.
In JavaScript, threads are created and managed using ____. Worker threads allow you to execute JavaScript code in a separate thread, without blocking the main thread.
Write the missing line below.