Escape From the Dual Vector Foil

# Introduction In this project, you will learn how to develop a `RequestControl` class that collects launch requests for spacecraft and automatically arranges the launch of the next batch of spacecraft based on the results of the spacecraft. This will help humans escape the impact of the "Dual Vector Foil" of the three-body problem, which collapses three-dimensional space into a two-dimensional plane. ## 👀 Preview ![Image](https://file.labex.io/namespace/718bace8-27a3-4200-a588-dde4041ceeb9/javascript/project-escape-from-the-dual-vector-foil/lab-escape-from-the-dual-vector-foil/assets/effect.gif) ## 🎯 Tasks In this project, you will learn: - How to implement the `run` function in the `RequestControl` class to handle the launch of spacecraft. - How to render the launch results on the page using the `render` function. ## 🏆 Achievements After completing this project, you will be able to: - Use promises to simulate the spacecraft launch process. - Manage the launch queue and control the number of spacecraft that can be launched at a time. - Update the user interface to display the launch results.

|60 : 00

Click the virtual machine below to start practicing