What is a filter and main purpose in filter useing? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

What is a filter and main purpose in filter useing?

Filters

5th Apr 2019, 9:37 AM
Kalhara indrachapa
Kalhara indrachapa - avatar
4 Answers
+ 3
If you mean filter in python,ruby or js then its purpose is to remove numbers in a range that don't meet a specific condition.
5th Apr 2019, 1:21 PM
Mensch
Mensch - avatar
0
Hi, the filter is brightness
29th Apr 2019, 10:33 PM
Nicolas Alvarez Rodriguez
Nicolas Alvarez Rodriguez - avatar
0
If you mean filter in CSS, then: "The CSS filter property lets you apply graphical effects like blurring or color shifting to an element."
1st May 2019, 11:36 AM
Olga Zaritska
Olga Zaritska - avatar
0
Well in web designing : The CSS filter property lets you apply graphical effects like blurring or color shifting to an element. Filters are commonly used to adjust the rendering of images, backgrounds, and borders. and in python or js we use filters to obtain a particular result according to a condition. syntax in py: filter(condition, object->list , tuple etc.)
2nd May 2019, 9:51 PM
Anurag Chaudhary
Anurag Chaudhary - avatar