RSSAmplifier

notes.jordanscales.com · Dec 4, 2021

Functions that go backwards

0
Sign in to vote or save

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…

Read on /7c486c71

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.