If else

There are situations when you want to execute a code based on some condition such as fetching data from server…

4 Min Read

Python enumerate() function with examples

Python enumerate() function Python enumerate() function is used to add an index to the elements of an iterable while looping…

3 Min Read

IllegalStateException java

In this article, we are going to look at IllegalStateException in java, its meaning and the reason why it occurs….

2 Min Read

spread operator in javascript

spread operator is applied to javascript arrays or any value that can be iterated such as a string or an…

4 Min Read

Math.max() in javascript with examples

Javascript Math.max() is used to find the largest or max number among a series of numbers. max() accepts variable number…

1 Min Read

Python filter() function

[the_ad id=”684″] Python filter() function is used to remove or filter out some items from an iterable based on a…

2 Min Read
Exit mobile version