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