About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
dpjayasekara
11/12/2015 - 3:38 AM
share
Share
add_circle_outline
Save
eval-example.js
eval-example.js
content_copy
file_download
eval("var number1 = 100"); var number2 = 200; var number3 = number1 + number2; console.log(number3)
clear