Skip to content

Instantly share code, notes, and snippets.

// ES6 class
function testClass(N){
class Foo {
constructor(prop1, prop2) {
this.prop1 = prop1;
this.prop2 = prop2;
}
get getter1() {}
method1() {}
// ES6 class
function testClass(N){
class Foo {
constructor(prop1, prop2) {
this.prop1 = prop1;
this.prop2 = prop2;
}
get getter1() {}
method1() {}
// ES6 class
function testClass(N){
class Foo {
constructor(prop1, prop2) {
this.prop1 = prop1;
this.prop2 = prop2;
}
get getter1() {}
method1() {}
function executeWithFetch(request) {
// EXERCISE FOR THE READER
}
function executeWithAxios(request) {
// EXERCISE FOR THE READER
}
function ClientBuilder() {
return (function () {
function executeWithFetch(request) {
// EXERCISE FOR THE READER
}
function executeWithAxios(request) {
// EXERCISE FOR THE READER
}
function ClientBuilder() {
return (function () {
function executeWithFetch(request) {
// EXERCISE FOR THE READER
}
function executeWithAxios(request) {
// EXERCISE FOR THE READER
}
function ClientBuilder() {
return (function () {
function executeWithFetch(request) {
// EXERCISE FOR THE READER
}
function executeWithAxios(request) {
// EXERCISE FOR THE READER
}
function ClientBuilder() {
return {
function executeWithFetch(request) {
// EXERCISE FOR THE READER
}
function executeWithAxios(request) {
// EXERCISE FOR THE READER
}
function ClientBuilder() {
return {
function executeWithFetch(request) {
// EXERCISE FOR THE READER
}
function executeWithAxios(request) {
// EXERCISE FOR THE READER
}
function ClientBuilder() {
return {
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cherow</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.2/css/bulma.min.css" />
<style>
* {
font-family: monospace;
font-size: 12px;