Guest User

Untitled

a guest
Jun 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. function getString () {
  2. return "Hello world";
  3. }
  4.  
  5. const value = getString();
  6.  
  7. console.log(value);
Add Comment
Please, Sign In to add comment