untitled-1427
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v4View latest version
<div style={{ marginTop: 20 }}>
<button
onClick={handleYes}
style={{
fontSize: yesSize,
padding: "10px 25px",
marginRight: 10,
backgroundColor: "green",
color: "white",
border: "none",
borderRadius: 8,
cursor: "pointer",
}}
>
Yes
</button>
<button
onClick={handleNo}
style={{
fontSize: 18,
padding: "10px 25px",
backgroundColor: "red",
color: "white",
border: "none",
borderRadius: 8,
cursor: "pointer",
}}
>
{NO_PHRASES[Math.min(noClicks, NO_PHRASES.length - 1)]}
</button>
</div>
</>
) : ( <>
Farah & Yousry 💍
)}