Functions With More Than 1 Parameter



Here are the fishes:

Small Fishes Array:

var small_fishes = new Array("Cod","Mackerel","Goldfish","Trout","Prawn","Shrimp");

Sea Fishes Array:

var sea_fishes = new Array("Shark","Cod","Mackerel","Octopus","Shrimp","Prawn");

Which are Sea Fishes that are also small ?




View Source to see JavaScript.

Back to examples