AMAnthony muuoinamuuo-dev.hashnode.dev·Mar 10, 2024 · 5 min readJavaScript Callback FunctionCallback function introduction A callback is a programming concept where a function is passed as an argument to another function, with the intention that it will be called or executed at a later time. This mechanism is often used in event-driven or a...00
AMAnthony muuoinamuuo-dev.hashnode.dev·Feb 22, 2024 · 2 min readPosition Property In CSSThis properties helps us to take element outside the main flow of content and position it on top of other content. Lets take look of the diagram below: We have a container div in yellow and three element with content inside that container. Now we wa...01E