Non-Technical
Last updated
Was this helpful?
Last updated
Was this helpful?
I learned two new JS concepts,
Optional Chaining (?. operator)
Nullish coleasing
Both were introduced in ES2020
I learned that we can use dev tools to capture screenshots of the page at different timestamps
We can use $_ in the console to point to the previous result
How to resend the network request without reloading the page (using xhr - replay in Network tab)
Reference the currently selected element in console using $0
Select an element and press H to hide it fast in the dev tools
If we have multiple objects inside an array, it is difficult to read in the console. We can wrap the variable in the table. table(users)
And many more. Please go through this article and learn new stuff when u have time. Update the above points accordingly.
Also non-technical challenges.