Non-Technical
1. What did you learn yesterday/today?
I learned two new JS concepts,
Optional Chaining (?. operator)
Nullish coleasing
Both were introduced in ES2020
How to use chrome dev tools
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.
2. What problems/technical challenges you faced and how did you overcome them?
Also non-technical challenges.
3. Tell me about yourself.
Last updated
Was this helpful?