Skip to content

Murchoid/JavaScript-methods

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JAVASCRIPT MOSTLY USED AND INTERVIEWED METHODS

This repository contains examples of the most commonly used JavaScript methods.
Each folder groups related methods with practical code samples and explanations.

The goal is to help beginners and developers learn, practice, and revise JavaScript essentials in a structured way.


📂 Repository Structure

  • array-methods/ → Covers methods like find, concat, join, splice, slice, indexOf, flat, some, every, sort, and more.
  • string-methods/ → Common string methods like split, toUpperCase, toLowerCase, replace, includes, etc.
  • object-methods/ → Methods for working with objects such as keys, values, entries, assign, and hasOwnProperty.
  • date-methods/ → Useful date methods like getDate, getDay, getFullYear, setDate, and toISOString.
  • Math-methods/ → Math operations including round, floor, ceil, random, max, and min.
  • DOM-methods/ → Browser DOM methods like getElementById, querySelector, createElement, and event handling.

Table of Contents

  1. Array Methods
  2. String Methods
  3. Object Methods
  4. Date Methods
  5. Math Methods
  6. DOM Methods

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 97.2%
  • HTML 2.8%