Comma Operator in JavaScript
The comma operator fits in with a set of expression operators and it can be useful, but it has a tendency to be used in ways that confuse rather than clarify. Part of the reason for this is that it… (more…)
Read more »You all know that I’m fascinated to learn new languages, I like to study compilers/transpilers, etc.. the last two languages I’ve been learning are Go (thanks to Guilherme that influenced me and convince me to use in a side project that we are doing toget… Read more