Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Files

25 lines (14 loc) · 992 Bytes
·

higher-order-functions.secret-agent.md

File metadata and controls

25 lines (14 loc) · 992 Bytes
·

Secret Agent

Story

Hello, Agent Double-Null0111.

Your mission, should you choose to accept it, is to write a pair of tools to help you infiltrate UMBRA (United Minions Being Really Awful) headquarters and retrieve the plans for their latest really awful scheme. There are two tools you will need to carry out this mission.

Tasks

The story facilitates defining higher-order functions including a function that takes a function as input and a function that returns a function as output:

  • Generate a combination to open their safe
  • Protect the recovered secret plans with a password

Implementations

Related