Skip to content

Instantly share code, notes, and snippets.

View actionanand's full-sized avatar
💻
Working from home

Anand raja actionanand

💻
Working from home
View GitHub Profile
@actionanand
actionanand / vs-code-settings.json
Last active February 9, 2024 11:05
vs-code-settings.json
{
"workbench.iconTheme": "material-icon-theme",
"editor.detectIndentation": false,
"editor.tabSize": 2,
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs":"active",
"editor.fontFamily": "Dank Mono",
// "editor.fontFamily": "Fira Code",
// "editor.fontFamily": "Fira Code iScript",
"editor.fontLigatures": true,

JS Regex Helper

Regex short Regular Expression

  1. General view

    • Expressions need to be surrounded by forward slashes - Eg. /expression/
  2. Modes or Flags in regex

<!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">
@actionanand
actionanand / .block
Last active June 18, 2020 08:54
D3 Bar Chart Demo
license: mit