This repository displays my personal study notes across various tech subjects, showcasing my continuous learning and expertise in all things related to computer science.
filter()
function returns an iterator were the items are filtered through a function to test if the item is accepted or not.