Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
m-ahmadi
/
exref
Public
Notifications
You must be signed in to change notification settings
Fork
12
Star
23
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Files
Expand file tree
master
Breadcrumbs
exref
/
js
/
Copy path
Directory actions
More options
More options
Directory actions
More options
More options
Latest commit
History
History
History
master
Breadcrumbs
exref
/
js
/
Copy path
Top
Folders and files
Name
Name
Last commit message
Last commit date
parent directory
..
es6+
es6+
other
other
JSON - escape special chars.js
JSON - escape special chars.js
JSON.js
JSON.js
Math.js
Math.js
Object.assign().js
Object.assign().js
Object.create().js
Object.create().js
Object.defineProperties().js
Object.defineProperties().js
Object.defineProperty().js
Object.defineProperty().js
Object.getOwnPropertyDescriptor().js
Object.getOwnPropertyDescriptor().js
Object.js
Object.js
Object.keys() vs getOwnPropertyNames().js
Object.keys() vs getOwnPropertyNames().js
arch - basic.js
arch - basic.js
arch - closure.js
arch - closure.js
arch - es5 strict mode.js
arch - es5 strict mode.js
arch - expression.js
arch - expression.js
arch - primitive value vs reference value.js
arch - primitive value vs reference value.js
arch - primitive values.js
arch - primitive values.js
arch - results of omitting var keyword.js
arch - results of omitting var keyword.js
arch - scope chain.js
arch - scope chain.js
arch - semicolon insertion.js
arch - semicolon insertion.js
arch - stack, event loop, task queue & webapis.js
arch - stack, event loop, task queue & webapis.js
arch - statement vs declaration.js
arch - statement vs declaration.js
arch - this variable context.js
arch - this variable context.js
arch - this variable in constructor and prototype.js
arch - this variable in constructor and prototype.js
arch - using dot after a literal value.js
arch - using dot after a literal value.js
arr - Array.from().js
arr - Array.from().js
arr - arguments array.js
arr - arguments array.js
arr - clone array.js
arr - clone array.js
arr - concat().js
arr - concat().js
arr - count item occurrences.js
arr - count item occurrences.js
arr - creation.js
arr - creation.js
arr - deduplicate.js
arr - deduplicate.js
arr - delete item of array.js
arr - delete item of array.js
arr - filter().js
arr - filter().js
arr - find() findIndex().js
arr - find() findIndex().js
arr - flat().js
arr - flat().js
arr - flatMap().js
arr - flatMap().js
arr - forEach().js
arr - forEach().js
arr - keys().js
arr - keys().js
arr - last item of array.js
arr - last item of array.js
arr - map().js
arr - map().js
arr - middle index of array.js
arr - middle index of array.js
arr - reduce().js
arr - reduce().js
arr - reindex.js
arr - reindex.js
arr - reverse().js
arr - reverse().js
arr - search comparison.js
arr - search comparison.js
arr - search in deeply nested array.7z
arr - search in deeply nested array.7z
arr - search in deeply nested array.gif
arr - search in deeply nested array.gif
arr - search in deeply nested array.js
arr - search in deeply nested array.js
arr - shuffle.js
arr - shuffle.js
arr - slice().js
arr - slice().js
arr - some() every().js
arr - some() every().js
arr - sort().js
arr - sort().js
arr - splice().js
arr - splice().js
arr - split array into chunks.js
arr - split array into chunks.js
arr.js
arr.js
console - util.js
console - util.js
console.js
console.js
ctrl - break.js
ctrl - break.js
ctrl - breakpoint.js
ctrl - breakpoint.js
ctrl - conditional.js
ctrl - conditional.js
ctrl - loop - for.js
ctrl - loop - for.js
ctrl - loop.js
ctrl - loop.js
ctrl - setInterval().js
ctrl - setInterval().js
ctrl - setTimeout().js
ctrl - setTimeout().js
ctrl - throw.js
ctrl - throw.js
ctrl - try catch.js
ctrl - try catch.js
date - check if timestamp is in milliseconds.js
date - check if timestamp is in milliseconds.js
date - check if timestamp is valid.js
date - check if timestamp is valid.js
date - convert to str or number.js
date - convert to str or number.js
date - detect Date objects.js
date - detect Date objects.js
date - detect daylight saving time.js
date - detect daylight saving time.js
date - diff between now and 0710am in seconds.js
date - diff between now and 0710am in seconds.js
date - diff between two points in time.js
date - diff between two points in time.js
date - get current timestamp.js
date - get current timestamp.js
date - get date in hhmm format.js
date - get date in hhmm format.js
date - get day difference between two dates.js
date - get day difference between two dates.js
date - get week day & month name.js
date - get week day & month name.js
date - remove milliseconds from timestamp.js
date - remove milliseconds from timestamp.js
date - sol - stepper.js
date - sol - stepper.js
date - start & end of day timestamp.js
date - start & end of day timestamp.js
date - subtract from timestamp.js
date - subtract from timestamp.js
date - utc.js
date - utc.js
date.js
date.js
eval.js
eval.js
fn - bind().js
fn - bind().js
fn - call() vs apply().js
fn - call() vs apply().js
fn - call().js
fn - call().js
fn - context.js
fn - context.js
fn - convert an array to a function arguments list.js
fn - convert an array to a function arguments list.js
fn - debounce vs throttle.html
fn - debounce vs throttle.html
fn - debounce().js
fn - debounce().js
fn - determine if function is called with new.js
fn - determine if function is called with new.js
fn - factory vs class (heap comparison).js
fn - factory vs class (heap comparison).js
fn - factory vs class.js
fn - factory vs class.js
fn - factory vs constructor function.js
fn - factory vs constructor function.js
fn - function expression vs function declaration.js
fn - function expression vs function declaration.js
fn - get the function that called this function.js
fn - get the function that called this function.js
fn - iife and selecting elements on document ready.js
fn - iife and selecting elements on document ready.js
View all files
You can’t perform that action at this time.