Programmers help
Advertise here
  • Basics
  • Cheatsheets
  • Code Snippets
  • Exercises
  • JavaScript
  • Programs
  • Tutorials
  • Programs
  • Videos
  • Basics

    Javascript for loop example

    The for loop iterates through the elements for the fixed number of times. It should be used if number of iteration is known. The syntax of for loop is given …

    Read more
    0 FacebookTwitterPinterestEmail
  • Basics

    Javascript If statement

    The JavaScript if-else statement is used to execute the code whether condition is true or false. There are three forms of the if statement in JavaScript – these are as …

    Read more
    0 FacebookTwitterPinterestEmail
  • Basics

    JavaScript switch statement

    The JavaScript switch statement is used to execute one code from multiple expressions. A typical switch statement is the first switch, followed by an expression which is often referred to …

    Read more
    0 FacebookTwitterPinterestEmail
  • Basics

    JavaScript Comments

    Like many other programming languages comments in javascript serve a couple of purposes comments can be used to explain JavaScript code, and to make it more readable. This is especially …

    Read more
    0 FacebookTwitterPinterestEmail
  • JavaScript

    Learn JavaScript in 1 Hour

    00:00 What is JavaScript 04:41 Setting Up the Development Environment 07:52 JavaScript in Browsers 11:41 Separation of Concerns 13:47 JavaScript in Node 16:11 Variables 21:49 Constants 23:35 Primitive Types 26:47 …

    Read more
    0 FacebookTwitterPinterestEmail
  • Python

    Python for Everybody

    🔗 Sample Code Zip: https://www.py4e.com/code3.zip 🔗 Lecture Slides and Handouts: https://www.py4e.com/lectures3/ 🔗 Free Textbook: https://www.py4e.com/book.php 🔗 Course Website: https://www.py4e.com/ ⭐️ Course Contents ⭐️ ⌨️ (0:00:00) Why Program? ⌨️ (0:12:21) Why …

    Read more
    0 FacebookTwitterPinterestEmail
  • Python

    Python Tutorial – Python for Beginners

    00:00:00 Introduction 00:01:49 Installing Python 3 00:06:10 Your First Python Program 00:08:11 How Python Code Gets Executed 00:11:24 How Long It Takes To Learn Python 00:13:03 Variables 00:18:21 Receiving Input …

    Read more
    0 FacebookTwitterPinterestEmail
  • JavaScript

    Ember.js Cheatsheet

    /* * ———————– * Ember.js Cheatsheet * ———————– * * Docs: https://guides.emberjs.com/ * Quick start: https://guides.emberjs.com/current/getting-started/quick-start/ * * Table of contents * ——————- * 01 | Installation * 02 | …

    Read more
    0 FacebookTwitterPinterestEmail
  • JavaScript

    nodejs cheatsheet

    /* ******************************************************************************************* * SYNOPSIS * http://nodejs.org/api/synopsis.html * ******************************************************************************************* */ var http = require(‘http’); // An example of a web server written with Node which responds with ‘Hello World’. // To …

    Read more
    0 FacebookTwitterPinterestEmail
  • JavaScript

    Javascript cheatsheet

    /* ******************************************************************************************* * GLOBAL OBJECTS > OBJECT * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object * ******************************************************************************************* */ // Global object: properties Object.length // length is a property of a function object, and indicates how many …

    Read more
    0 FacebookTwitterPinterestEmail
  • Assembly

    List of Assembly related tools

    Assembler List Name Desc Flat Assembler (FASM) is a fast assembly language compiler for the x86 architecture processors, which does multiple passes to optimize the size of generated machine code …

    Read more
    0 FacebookTwitterPinterestEmail
  • HTML

    HTML cheatsheet

    <!– * ******************************************************************************************* * HTML5 Cheat sheet by Hackr.io * Source: https://websitesetup.org/wp-content/uploads/2014/02/HTML-CHEAT-SHEET-768×8555.png * ******************************************************************************************* * –> <!– Document Summary –> <!DOCTYPE html> <!– Tells the browser that HTML5 version of …

    Read more
    0 FacebookTwitterPinterestEmail
Newer Posts
Older Posts

Great Offers

Get 12 Generative AI and LLM eBooks worth £324.88 for £9.00

Get 15 Data science eBooks worth £426.85 for £14.15

Get 7 OOP eBooks worth £205.93 for £7.55

Get 9 quantum computing eBooks worth £261.91 for £8.49

Tutorials

  • C Tutorials
  • C# Tutorials
  • C++ tutorials
  • Go Tutorials

Recent Posts

  • How to Fix FileNotFoundException in C# – Beginner Guide with Examples
  • How to Fix DivideByZeroException in C# – Beginner-Friendly Guide
  • How to Fix IndexOutOfRangeException in C# – Simple Guide for Beginners
  • Tutorial: Structs in Rust Programming Language
  • How to Fix NullReferenceException in C# – A Beginner-Friendly Guide
  • How to Fix FileNotFoundError: [Errno 2] No such file or directory in Python
  • How to Safely Handle File Reading and Writing Errors in Python
  • How to Fix IOError: [Errno 13] Permission Denied in Python (Beginner Guide)
Advertise here

Donation Options

What its all for

PayPal


Kofi



Librepay



Patreon

Become a Patron!

Buy me a coffee

Categories

  • Assembly
  • Basics
  • C
  • C#
  • C++
  • Cheatsheets
  • Code Snippets
  • Ebooks
  • Exercises
  • Game Development
  • Go
  • HTML
  • Java
  • JavaScript
  • Node.js
  • PHP
  • Programs
  • Python
  • Resources
  • Rust
  • Tips
  • Tutorials
  • Videos

Other sites

http://learnmicropython.com

http://learningjava.net

http://maxjavascript.com

http://maxpython.com


Back To Top
Programmers help
  • Basics
  • Cheatsheets
  • Code Snippets
  • Exercises
  • JavaScript
  • Programs
  • Tutorials
  • Programs
  • Videos