Testing a modern React application. In this part of the series, we go over how to update Cypress to version 10.
in testing, react
Testing a modern react application. How to create a Cypress test with asynchronous actions and a selector for our JSX.
How to solve the LeetCode problem Valid Anagram using JavaScript. Solved with a hash table.
in dsa
Testing a modern React application. In this part of the series, we go over how to set up Cypress with React and launching it for the first time.
How to solve the LeetCode problem Best Time to Buy and Sell stock using JavaScript. Solved with brute force and a greedy algorithm.
How to solve the Contains Duplicate LeetCode problem using JavaScript. I go over the hash table solution and how to use Set to solve it.