Skip to content

Instantly share code, notes, and snippets.

View CuongNgMan's full-sized avatar
❤️‍🔥
I may be slow to respond.

CuongNgMan

❤️‍🔥
I may be slow to respond.
  • Vietnam, Ho Chi Minh
View GitHub Profile
@CuongNgMan
CuongNgMan / JS code snippet
Last active June 29, 2020 05:33
JS snippet
{
// Place your snippets for javascriptreact here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<script src="https://unpkg.com/jest-expect-standalone@latest/dist/expect.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/redux.js"></script>
<title>JS Bin</title>
</head>
<body>