Android 11 underrated features

Many of you already know about biggest user-facing changes brought in android 11. But there are some really underrated features that we think deserve some recognition of course not everything is created equally and the features that were…

When you are paid for number of lines

let mybool:boolean = IsHTMLaProgramingLanguage(); If(mybool == true) { return true; } else if(mybool == false) { return false } else if(mybool == null) { return null; } else { console.log("control will never come here as far as I know, but…
counter