Show Menu
Cheatography

Electron.JS Cheat Sheet (DRAFT) by

This is a fundamentals cheat sheet for Electron.JS.

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Example

var name = "Joe";
let age = 30;
const pi = 3.14159;

Variables: Declaring and Initia­lizing Variables

Variables are used to store data that can be used and manipu­lated throughout a program.