Tagged “stack-overflow”
-
TIL setTimeout, blocks, closure interview-questions stack-overflow closure
setTimeout is creating a closure function. More importantly, vars get yoinked by closure, where lets create their own block scope.
-
TIL difference between justify-content vs justify-items css grid layouts stack-overflow
The 'justify-content' property aligns columns within the container. The 'justify-items' property aligns grid items within their tracks (not the entire container)
See all tags.