Spoon Fates and the Spoon Nature Reserve

Welcome to the Spoon Nature Reserve, where the spoons have come to play.

Here, we have a diverse collection of spoons, each one a unique and wondrous creature.

			
				'const spoon = SpoonFate.newSpoon();
				'
				's spoon.setSpecies(SpoonSpecies.SpoonSpecies1);
				'spoon.setSpoonType(SpoonType.SpoonType1);
				'spoon.setSpoonColor(SpoonColor.SpoonColor1);
				'
				'spoon.displaySpoon();
				'
			
		
			
				'SpoonFate spoonFate = SpoonFate.newSpoonFate();
				'
				'spoonFate.setSpoonName(ourSpoonName);
				'spoonFate.setSpoonDescription(ourSpoonDescription);
				'spoonFate.setSpoonImage(ourSpoonImage);
				'
				'spoonFate.displaySpoonFate();
				'