HYF-Study-Note
  • Full Stack Development Study Note 📚
  • Study Notes - Agile Development and Project Management
    • Agile Development Process and Best Practices
    • Specific Instructions for Creating and Managing Projects
  • Asynchronous Programming
  • Study Notes - Backend Technologies
    • Authentication & Authorization
    • Database Integration
    • Express - A Web Framework for Node.js
    • MVC Architecture in Node.js
    • Introduction to Node.js
  • Study Notes - NPM and Git Commands
    • Guide to using git and GitHub
    • NPM Command List
    • Command-Line Interface (CLI)
  • Databases
    • Basic SQL
    • Database Introduction
    • SQL Commands
  • Study Notes - Design
    • Design Thinking Overview
    • Stakeholder Interviews
    • UX Overview
    • UX vs. UI
  • Study Notes - Document Object Model (DOM)
    • DOM manipulation
    • The Document Object Model (DOM)
    • Event Listeners
  • JavaScript Learning Journal
    • Digit Swapping function without converting it into a string.
    • Finds duplicate elements in the array
    • Strings containing numeric parts in ascending order
    • Longest consecutive sequence from an array
  • Study Notes - The JavaScript language
    • Array Manipulation in JavaScript
    • Copying Arrays and Objects in JavaScript
    • Assertion Testing in JavaScript
    • Into Programming
    • js-control-flow
    • Documentation and Best Practices
    • Object in JavaScript
    • Primitive Types & Reference Types
    • Understanding Programs and Programming Languages
    • Pure Functions
    • String Manipulation
    • Variable Definition
Powered by GitBook
On this page

Study Notes - The JavaScript language

Table of Contents

  • Understanding Programs and Programming Languages

  • Basic JS from "You Don't Know JS: Up & Going, Chapter 1"

  • Fundamentals of JavaScript Variables and Data Types.

  • Primitive Types and Reference Types This note also covers the Copying Behavior in JavaScript, providing an explanation of how copying operates differently for primitive and reference types.

  • Copying Arrays and Objects in JavaScript

  • String Manipulation

  • Array Manipulation

  • Object in JavaScript

  • Pure Function

  • Control Flow Structures in JavaScript

  • Documentation and Best Practices

PreviousLongest consecutive sequence from an arrayNextArray Manipulation in JavaScript

Last updated 1 year ago