This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
Functions that go backwards Home 🌙 Functions that go backwards In most programming languages, we may author a function that takes an input and produces some output . console . log ( getTrafficLightColor ( "green" , "wait" ) ) // => "yellow" We can say that our code answers the following question: Given a light color and an action, what happens to the color of the light? And it answers it well! We…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.