Skip to content

Instantly share code, notes, and snippets.

@atmd83
Created September 28, 2018 08:18
Show Gist options
  • Save atmd83/4221042061fde11fb3fd69cd76641128 to your computer and use it in GitHub Desktop.
Save atmd83/4221042061fde11fb3fd69cd76641128 to your computer and use it in GitHub Desktop.
// source https://jsbin.com
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
1. What are some of the new language features introduced into javascript from es6 onwards? Which do you use the most?
2. Whats the difference between `let` and `const`? when would you use each?
3. Explain the difference between `.map` and `.forEach` and when you'd use each.
4. When writing modern javascript/typescript, what tools can you use to transpile your code?
</script>
<script id="jsbin-source-javascript" type="text/javascript">
1. What are some of the new language features introduced into javascript from es6 onwards? Which do you use the most?
2. Whats the difference between `let` and `const`? when would you use each?
3. Explain the difference between `.map` and `.forEach` and when you'd use each.
4. When writing modern javascript/typescript, what tools can you use to transpile your code?
</script></body>
</html>
1. What are some of the new language features introduced into javascript from es6 onwards? Which do you use the most?
2. Whats the difference between `let` and `const`? when would you use each?
3. Explain the difference between `.map` and `.forEach` and when you'd use each.
4. When writing modern javascript/typescript, what tools can you use to transpile your code?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment