1. What is TypeScript? a. TypeScript is a syntactic superset of JavaScript which adds static typing. This basically means that TypeScript adds syntax on top of JavaScript, allowing developers to add types. b. Syntactic …
Shortcuts CRTL+W Close current tab CRTL+D Create bookmark CRTL+G, CRTL+F Search in page CRTL+T open new tab CRTL+R Reload page CRTL+H see history CRTL+J see download history CRTL+K Type anything in url to search CRTL+L selec…
Multithreading Useful links: Read more about multithread What is multithreading: Multithreading is a concept of running multiple threads simultaneously. Reasons for using Multithreading in Java: Read More Parallel Programming …
Pymetrics test What is Pymetrics test and how to prepare-> https://www.youtube.com/watch?v=Nz3VXx5pPyk&t=613s&ab_channel=PrimalCareer Pymetrics test games video -> https://www.youtube.com/watch?v=lr_O2l_P6MY&…
Check value is null or empty or undefined function isNullOrEmpty(value) { if (typeof value !== "undefined" && value != "null" && value != null && value.trim() != "") { …
Current Time: CRTL+SHIFT+; Current Date: CRTL+; Total sum of a colum: ALT+= Select entrire row: SHIFT+space Select entrire column: CRTL+space Hide column: CRTL+0 Hide Row: CRTL+9 Show/Hide formula: CRTL+~ New line in a cell: AL…