Skip to content

Instantly share code, notes, and snippets.

@yenche123
Created July 19, 2023 04:21
Show Gist options
  • Save yenche123/effe4b3c7f0f3d80ed2f64ebe5369ce9 to your computer and use it in GitHub Desktop.
Save yenche123/effe4b3c7f0f3d80ed2f64ebe5369ce9 to your computer and use it in GitHub Desktop.
const a = "hello"
const b = "world"
console.log(a + b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment