I hereby claim:
- I am alabobriggs on github.
- I am alabobriggs (https://keybase.io/alabobriggs) on keybase.
- I have a public key ASAwWw2xIcVmNqfzXJUmW2r12P-U_abFmcw6aqZH8mrxmgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
bundle install
bundle install
make file
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>Medium.com</title> | |
<link rel="stylesheet" href="bootstrap.min.css" /> | |
<style> | |
body { | |
display: flex; | |
flex-direction: column; |
const treasurehunt = { | |
input_1: 'right', | |
input_2: 'left', | |
input_3: 'forward', | |
input_4: 'back' | |
}; | |
function game() { | |
let user_input = prompt('enter a direction'); |
makeInvestment: async () => { | |
/* | |
add this script inside your page head tag <script async src="https://js.paystack.co/v1/inline.js" /> | |
this will make the PasystackPop available | |
*/ | |
const handler = PaystackPop.setup({ | |
key: process.env.PAYSTACK_LIVE_API, | |
email: '[email protected]', |