vinicius!
vinicius!
KPCKevin Powell - Community
Created by vinicius! on 10/21/2024 in #front-end
JS Garbage Collector
thanks again bro
27 replies
KPCKevin Powell - Community
Created by vinicius! on 10/21/2024 in #front-end
JS Garbage Collector
got it, i was thinking the scope define what'll be collected or not, like an object created in a closed scope can be collect after that piece of code finishes its execution but is actually the references they have in the code so if that same object has a reference in the global scope, it can never be cleaned is that right?
27 replies
KPCKevin Powell - Community
Created by vinicius! on 10/21/2024 in #front-end
JS Garbage Collector
thanks epic
27 replies
KPCKevin Powell - Community
Created by vinicius! on 10/21/2024 in #front-end
JS Garbage Collector
got it
27 replies
KPCKevin Powell - Community
Created by vinicius! on 10/21/2024 in #front-end
JS Garbage Collector
ooh
27 replies
KPCKevin Powell - Community
Created by vinicius! on 10/21/2024 in #front-end
JS Garbage Collector
everything defined in the global scope is not garbage collected?
27 replies
KPCKevin Powell - Community
Created by Macro on 10/21/2024 in #front-end
site looks horrible on mobile
then deploy your code to github and send it here, maybe i can have a look
431 replies
KPCKevin Powell - Community
Created by Macro on 10/21/2024 in #front-end
site looks horrible on mobile
post your code in a platform like codepen
431 replies
KPCKevin Powell - Community
Created by Macro on 10/21/2024 in #front-end
site looks horrible on mobile
avoid setting height and width too, let the browser handle it if u need to set a height, use min-height instead
431 replies
KPCKevin Powell - Community
Created by Macro on 10/21/2024 in #front-end
site looks horrible on mobile
responsiveness is hard… you could either recode your css to use grid and try to apply the RAM technique or hardcode your mobile layout with media queries
431 replies
KPCKevin Powell - Community
Created by vinicius! on 9/17/2024 in #front-end
Let's discuss the relative unit 'em'
thank you
31 replies
KPCKevin Powell - Community
Created by vinicius! on 9/17/2024 in #front-end
Let's discuss the relative unit 'em'
designing for the font size it’s a difficult concept that i need to study more
31 replies
KPCKevin Powell - Community
Created by vinicius! on 9/17/2024 in #front-end
Let's discuss the relative unit 'em'
got it
31 replies
KPCKevin Powell - Community
Created by vinicius! on 9/17/2024 in #front-end
Let's discuss the relative unit 'em'
one thing that always confuses me it's ppl saying that 'em' and 'rem' are responsive. Well, if it's responsive so i don't need to worry about responsiveness on those elements right? like, if i set width and heigth using 'em' 'rem' but then i realized, they are not completely responsive, they are specific responsive to the font size. So they responsiveness will only work if the user changes the browser font size. This means i still need to work with media queries on those elements, right?
pls correct me if i'm wrong
31 replies
KPCKevin Powell - Community
Created by vinicius! on 9/17/2024 in #front-end
Let's discuss the relative unit 'em'
got that
31 replies