Today I Learned - Rocky Kev

Tagged “stack-overflow”

  1. TIL setTimeout, blocks, closure

    setTimeout is creating a closure function. More importantly, vars get yoinked by closure, where lets create their own block scope.

  2. TIL difference between justify-content vs justify-items

    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.