How to navigate to a particular URL in JS-TestCafe?

How can I navigate to a particular URL in JS-TestCafe?

Hello Macy,

For navigating to a particular URL, you just need the below command: driver.get("www.lambdatest.com/login")