Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jpkbeddu
jpkbeddu / js-basics.js
Created April 10, 2019 16:22
Javascript Basics
// 'use strict';
// a = 1; // throws error due to Strict Mode
console.log('');
console.log('');
console.log('====================');
console.log('Learn JS: Basics');
console.log('====================');
console.log('');
console.log('');
@jpkbeddu
jpkbeddu / API.md
Created February 16, 2017 13:06 — forked from iros/API.md
Documenting your REST API

Title

<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>

  • URL

    <The URL Structure (path only, no root url)>

  • Method: