My Snippets
My Collections
Search Engine
Pricing
Untitled
unknown
plain_text
3 years ago
74 B
1
Indexable
function timesFive(num){ return num * 5; } const answer = timesFive(2);
Editor is loading...