Sites like

exploringjs.com
Alternatives

  exploringjs.com

Exploring JS: JavaScript books for programmers

JavaScript for impatient programmers (ES1–ES2022)   New A modern guide to the language No required knowledge (apart from programming) Start reading here Deep JavaScript: Theory and techniques Covers advanced JavaScript topics The book to read after “JavaScript for impatient programmers” Tackling TypeScript: Upgrading from JavaScript For people who know JavaScript:...

noimage.png

Stats

  Alexa Rank: 


  Popular in Country: 


  Country Alexa Rank:  


 language:  


  Response Time:  0.607591


  SSL:  Disable


  Status:  up


Code To Txt Ratio

 Word Count  303


 Links  


  ratio  46.971201588878


Found 74 Top Alternative to Exploringjs.com

1
2ality.com.png

2ality.com

2ality – JavaScript and more

2022-07 Node.js: checking if an ESM module is “main” [2022-07-07] dev, javascript, nodejs Executing shell commands from Node.js [2022-07-05] dev, javascript, nodejs 2022-06 Working with the file system on Node.js [2022-06-28] dev, javascript, nodejs Ecma International approves ECMAScript 2022: What’s new? [2022-06-22] dev, javascript, es2022 Alternatives to installing npm packages...

2
noimage.png

Javascripttutorial.net

JavaScript Tutorial

JavaScript Tutorial provides you with many practical tutorials that help you learn JavaScript from scratch quickly and effectively.

3
wesbos.com.png

Wesbos.com

Wes Bos - Full Stack Developer

Syntax Podcast Hold on — I'm grabbin' the last one. Listen Now → @wesbos Tweets brb getting some good tweets... @wesbos Instant Grams Master Gatsby Building modern websites is tough. Preloading, routing, compression, critical CSS, caching, scaling and bundlers all make for blazing fast websites, but extra development and tooling...

4
noimage.png

Ponyfoo.com

Pony Foo — Web platform, JavaScript, modularity, front-end architecture, performance, and more!

Read the latest about JavaScript, ES6, and ECMAScript proposals on TC39. Follow the Pony Foo Weekly newsletter to stay on top of interesting and trending topics around the web platform.

5
dmitripavlutin.com.png

Dmitripavlutin.com

Dmitri Pavlutin Blog

Dmitri Pavlutin Blog is a place to learn about JavaScript, CSS, React, Vue and more on Frontend development

6
eloquentjavascript.net.png

Eloquentjavascript.net

Eloquent JavaScript

Eloquent JavaScript 3rd edition (2018) This is a book about JavaScript, programming, and the wonders of the digital. You can read it online here, or buy your own paperback copy. Written by Marijn Haverbeke. Licensed under a Creative Commons attribution-noncommercial license. All code in this book may also be considered...

7
benmvp.com.png

Benmvp.com

Ben Ilegbodu

Ben Ilegbodu uses his many years of frontend development experience to provide quality content to help you become a better frontend engineer.

8
es6-features.org.png

Es6-features.org

ECMAScript 6: New Features: Overview and Comparison

Constants Constants Support for constants (also known as "immutable variables"), i.e., variables which cannot be re-assigned new content. Notice: this only makes the variable itself immutable, not its assigned content (for instance, in case the content is an object, this means the object itself can still be altered). ECMAScript 6...

9
noimage.png

Esdiscuss.org

ES Discuss

This site is an archive of the esdiscuss mailing list on which JavaScript syntax and features were discussed. It is no longer active, but you may still find these archived discussions interesting. Discussion has now moved to Discourse.

10
noimage.png

Babeljs.io

Babel · The compiler for next generation JavaScript

The compiler for next generation JavaScript

11
eslint.org.png

Eslint.org

Find and fix problems in your JavaScript code - ESLint - Pluggable JavaScript Linter

A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.

13
speakingjs.com.png

Speakingjs.com

Speaking JavaScript: An In-Depth Guide for Programmers

Understanding the four layers of JavaScript OOP A video giving a concise overview of basic OOP in JavaScript. JavaScript’s “this”: how it works, where it can trip you up This blog post collects the most important information on this in a single location. Dispatched and direct method calls in ECMAScript...

14
kentcdodds.com.png

Kentcdodds.com

Kent C. Dodds

Come check out how Kent C. Dodds can help you level up your career as a software engineer.

16
valentinog.com.png

Valentinog.com

Valentino Gagliardi - Instructor and Developer - JavaScript, Python

Need help with some JavaScript and Python?

17
noimage.png

Frontendmasters.com

Frontend Masters — Learn JavaScript, React, Vue & Angular from Masters of Front-End Development!

Advance your skills with in-depth, modern JavaScript and front-end engineering courses.

18
typescriptlang.org.png

Typescriptlang.org

TypeScript: JavaScript With Syntax For Types.

TypeScript extends JavaScript by adding types to the language. TypeScript speeds up your development experience by catching errors and providing fixes before you even run your code.

19
javascript.info.png

Javascript.info

The Modern JavaScript Tutorial

Modern JavaScript Tutorial: simple, but detailed explanations with examples and tasks, including: closures, document and events, object oriented programming and more.

21
noimage.png

Egghead.io

Build the portfolio you need to be a badass web developer. | egghead.io

egghead is your source for the Badass Portfolio Projects you need to climb the career ladder as a modern web developer.

22
noimage.png

Jstips.co

Js Tips - A JavaScript tip per day!

This is about one JavaScript tip every day! JavaScript resources, react, angular, node, performance, front-end

24
noimage.png

Venntro.com

Venntro Media Group

Venntro Media Group is the technology and media company behind thousands of online communities and dating sites around the world. Through our portfolio of niche websites, apps and other channels, we help people live their happily ever now and build a better, more inclusive world.

25
adripofjavascript.com.png

Adripofjavascript.com

Home - A Drip of JavaScript

One quick JavaScript tip, delivered to your inbox every other week. Published every other Tuesday. Easy to unsubscribe. We don't send spam. We don't share your address with others. Here's what people are saying: Been following @joshuacc's A Drip of Javascript for a few weeks and it's quite good. Recommended....

26
noimage.png

Tylermcginnis.com

ui.dev | Where ambitious developers learn together

Join thousands of ambitious developers who use our courses and events catalog to scale their JavaScript careers.

27
noimage.png

Thecodebarbarian.com

The Code Barbarian | www.thecodebarbarian.com

Most Recent Introducing Mongoose 6.0.0 August 25, 2021 Mongoose 6.0.0 was released on August 24, 2021. What's New in Mongoose 5.13: The sanitizeProjection Option August 12, 2021 Mongoose 5.13.0 was released on June 26, 2021 and includes 17 new features, including 5 community contributions. Mongoose Internals: Compiling Models and Change...

29
noimage.png

Robinwieruch.de

RWieruch

Freelance Developer for React.js and JavaScript. Based in Berlin, German/English speaking. Consulting/Freelancing for Web Development project: Code Audits/Reviews, Workshops, Training, Implementation ...

31
underscorejs.org.png

Underscorejs.org

Underscore.js

Collection Functions (Arrays or Objects) each_.each(list, iteratee, [context]) Alias: forEach Iterates over a list of elements, yielding each in turn to an iteratee function. The iteratee is bound to the context object, if one is passed. Each invocation of iteratee is called with three arguments: (element, index, list). If list...

33
ecma-international.org.png

Ecma-international.org

Home - Ecma International

Ecma International is an industry association dedicated to the standardization of information and communication systems Ecma is driven by industry members to meet their needs, providing a healthy competitive landscape based on differentiation of products and services rather than technology models, generating confidence among vendors and users of new technology....

34
noimage.png

Javascriptplayground.com

Blog - Jack Franklin

Running command line tasks in Neovim July 23, 2022 How I combined a few Neovim plugins with some custom Lua code to easily run tasks. Learning to say "I don't know" July 7, 2022 This blog post discusses my recent experiences as a Tech Lead and getting comfortable with admitting...

35
coffeescript.org.png

Coffeescript.org

CoffeeScript

CoffeeScript Logo CoffeeScript is a little language that compiles into JavaScript. Underneath that awkward Java-esque patina, JavaScript has always had a gorgeous heart. CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way. The golden rule of CoffeeScript is: “It’s just JavaScript.” The code compiles...

36
gomakethings.com.png

Gomakethings.com

Go Make Things

A simpler, more resilient way to make things for the web.

37
noimage.png

Phpied.com

Stoyan's web dev blog: phpied.com

Stoyan's blog

38
mathiasbynens.be.png

Mathiasbynens.be

Mathias Bynens

Mathias Bynens is a web standards enthusiast currently working on V8 at Google.

39
noimage.png

Javascript.ru

Центральный Javascript-ресурс. Учебник с примерами скриптов. Форум. Книги и многое другое.

Поиск по сайту Содержание Учебник javascript Введение Основы javascript DOM: работа с HTML-страницей События Объекты, ООП AJAX Особенности регулярных выражений в Javascript Основные элементы языка Базовые типы: Строки, Числа, Boolean Операторы, их особенности в JS Массивы Функции Замыкания Регулярные выражения Конструкции языка. Обработка ошибок. Сундучок с инструментами Редактирование и отладка...

40
wordpress.com.png

Wordpress.com

WordPress.com: Fast, Secure Managed WordPress Hosting

Create a free website or build a blog with ease on WordPress.com. Dozens of free, customizable, mobile-ready designs and themes. Free hosting and support.

41
flaviocopes.com.png

Flaviocopes.com

Flavio Copes

JavaScript and Web Development Tutorials

42
codeburst.io.png

Codeburst.io

codeburst

Bursts of code to power through your day. Web Development articles, tutorials, and news.

44
noimage.png

Create-react-app.dev

Create React App

Set up a modern web app by running one command.

45
noimage.png

Mariusschulz.com

Home — Marius Schulz

Marius Schulz on web development, modern JavaScript, and TypeScript.

46
noimage.png

Derickbailey.com

Domain Suspension

English Français Deutsch 日本語 中文 Italiano Español Domain Suspension Registrant Information Verification Failure As a Registrant of a domain name, a new domain registration or changes to the first name, last name or email address of an existing domain name, requires verification of the information within 15 days. Since you...

48
zendev.com.png

Zendev.com

ZenDev

ZenDev is a web development training and consulting firm led by KBall, former lead developer for ZURB Foundation. We provide resources, training, and coaching for developers and teams who are trying to level up in Front-end Web Development.

49
jamesknelson.com.png

Jamesknelson.com

James K Nelson

Thoughts on how to create a more sustainable society, through systems that fairly value production and care.

50
noimage.png

Benmccormick.org

Ben McCormick's blog on JavaScript and Web Development

54
noimage.png

Airbnb.io

Airbnb Engineering & Data Science

Airflow Use Apache Airflow (incubating) to author workflows as directed acyclic graphs (DAGs) of tasks 21,759 Aerosolve A machine learning package built for humans 4,707 Airpal Web UI for PrestoDB 2,759 BinaryAlert Serverless real-time and retroactive malware detection 1,149 DeepLinkDispatch Easy declaration and routing of your deep links 4,003 Hammerspace...

56
noimage.png

Html5hive.org

HTML5 Hive – Tutorials on Full-Stack Web Development, JavaScript, Node.js, React and Vue.js

Tutorials on Full-Stack Web Development, JavaScript, Node.js, React and Vue.js

57
noimage.png

Codecraft.tv

CodeCraft • Courses

Specialist training for Angular & JavaScript

58
zellwk.com.png

Zellwk.com

Zell Liew

Zell is a designer, developer and writer. He shares things he knows about web development on this blog.

59
noimage.png

Gitconnected.com

Learn, Code, Get the Job | gitconnected

Tools to build your coding career. A developer community for career growth and your programmer homepage. Collaborate with other software engineers.

60
alligator.io.png

Alligator.io

DigitalOcean Community | DigitalOcean

Technical tutorials, Q&A, events — This is an inclusive place where developers can find or lend support and discover new ways to contribute to the community.

61
noimage.png

Appdividend.com

AppDividend | ML | AI | Web | Mobile | Code

AppDividend provides latest Code Tutorials on various fields like Data science in Machine Learning, Python, and AI. Latest web development technologies like Angular, Laravel, Node js, React js, Vue js, PHP, ASP.NET, and Javascript. Mobile technologies like Swift, iOS, Android, React Native, Unity.

62
noimage.png

Adrianmejia.com

Adrian Mejia Blog

JavaScript tutorials and web development articles including topics like NodeJS, Angular, VueJS, Data Structures and Algorithms.

63
noimage.png

Lodash.com

Lodash

A JavaScript utility library delivering consistency, modularity, performance, & extras.

64
noimage.png

Codingame.com

Coding Games and Programming Challenges to Code Better

CodinGame is a challenge-based training platform for programmers where you can play with the hottest programming topics. Solve games, code AI bots, learn from your peers, have fun.

65
webapplog.com.png

Webapplog.com

webapplog [tech blog] | Book author Azat Mardan writes about apps, startups and technology

Node.js 4 is Gone for Good and Why I Switched to JavaMay 3, 2018 Hardworking vs Genius ProgrammersApr 30, 2018 Born vs Made ProgrammersApr 24, 2018 Why Blockchain is the Future, What is Bitcoin and How to Invest and Short It and Why Ethereum Is Better than Bitcoin in 1000...

69
nodejs.org.png

Nodejs.org

Node.js

Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Technologies Used by exploringjs.com

Dns Records of exploringjs.com

A Record: 216.24.57.1
AAAA Record:
CNAME Record:
NS Record: robotns2.second-ns.de robotns3.second-ns.com ns1.first-ns.de
SOA Record: postmaster.robot.first-ns.de
MX Record:
SRV Record:
TXT Record:
DNSKEY Record:
CAA Record:

Whois Detail of exploringjs.com

Domain Name: exploringjs.com
Registry Domain ID: 1899269321_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.your-server.de
Registrar URL: http://www.hetzner.com/
Updated Date: 2022-01-29T02:27:03Z
Creation Date: 2015-01-29T22:31:40Z
Registrar Registration Expiration Date: 2023-01-29T22:31:40Z
Registrar: Hetzner Online GmbH
Registrar IANA ID: 828
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +49.98315050
Domain Status: ok https://icann.org/epp#ok
Registry Registrant ID: REDACTED FOR PRIVACY
Registrant Name: REDACTED FOR PRIVACY
Registrant Organization: REDACTED FOR PRIVACY
Registrant Street: REDACTED FOR PRIVACY
Registrant Street: REDACTED FOR PRIVACY
Registrant Street: REDACTED FOR PRIVACY
Registrant City: REDACTED FOR PRIVACY
Registrant State/Province:
Registrant Postal Code: REDACTED FOR PRIVACY
Registrant Country: DE
Registrant Phone: REDACTED FOR PRIVACY
Registrant Phone Ext: REDACTED FOR PRIVACY
Registrant Fax: REDACTED FOR PRIVACY
Registrant Fax Ext: REDACTED FOR PRIVACY
Registrant Email: [email protected]
Registry Admin ID: REDACTED FOR PRIVACY
Admin Name: REDACTED FOR PRIVACY
Admin Organization: REDACTED FOR PRIVACY
Admin Street: REDACTED FOR PRIVACY
Admin Street: REDACTED FOR PRIVACY
Admin Street: REDACTED FOR PRIVACY
Admin City: REDACTED FOR PRIVACY
Admin State/Province: REDACTED FOR PRIVACY
Admin Postal Code: REDACTED FOR PRIVACY
Admin Country: REDACTED FOR PRIVACY
Admin Phone: REDACTED FOR PRIVACY
Admin Phone Ext: REDACTED FOR PRIVACY
Admin Fax: REDACTED FOR PRIVACY
Admin Fax Ext: REDACTED FOR PRIVACY
Admin Email: [email protected]
Registry Tech ID: REDACTED FOR PRIVACY
Tech Name: REDACTED FOR PRIVACY
Tech Organization: REDACTED FOR PRIVACY
Tech Street: REDACTED FOR PRIVACY
Tech Street: REDACTED FOR PRIVACY
Tech Street: REDACTED FOR PRIVACY
Tech City: REDACTED FOR PRIVACY
Tech State/Province: REDACTED FOR PRIVACY
Tech Postal Code: REDACTED FOR PRIVACY
Tech Country: REDACTED FOR PRIVACY
Tech Phone: REDACTED FOR PRIVACY
Tech Phone Ext: REDACTED FOR PRIVACY
Tech Fax: REDACTED FOR PRIVACY
Tech Fax Ext: REDACTED FOR PRIVACY
Tech Email: [email protected]
Registry Billing ID: REDACTED FOR PRIVACY
Billing Name: REDACTED FOR PRIVACY
Billing Organization: REDACTED FOR PRIVACY
Billing Street: REDACTED FOR PRIVACY
Billing Street: REDACTED FOR PRIVACY
Billing Street: REDACTED FOR PRIVACY
Billing City: REDACTED FOR PRIVACY
Billing State/Province: REDACTED FOR PRIVACY
Billing Postal Code: REDACTED FOR PRIVACY
Billing Country: REDACTED FOR PRIVACY
Billing Phone: REDACTED FOR PRIVACY
Billing Phone Ext: REDACTED FOR PRIVACY
Billing Fax: REDACTED FOR PRIVACY
Billing Fax Ext: REDACTED FOR PRIVACY
Billing Email: [email protected]
Name Server: ns1.first-ns.de
Name Server: robotns2.second-ns.de
Name Server: robotns3.second-ns.com
DNSSEC: unsigned
URL of the ICANN WHOIS Data Problem Reporting System: https://wdprs.internic.net/
>>> Last update of WHOIS database: 2022-07-28T01:01:05Z <<<

For more information on Whois status codes, please visit https://www.icann.org/epp

To contact the registered registrant please proceed to:
https://www.domain-contact.org

Please register your domains at; http://www.hetzner.com/
This data is provided by HETZNER ONLINE GMBH
for information purposes, and to assist persons obtaining information
about or related to domain name registration records.
HETZNER ONLINE GMBH does not guarantee its accuracy.
By submitting a WHOIS query, you agree that you will use this data
only for lawful purposes and that, under no circumstances, you will
use this data to
1) allow, enable, or otherwise support the transmission of mass
unsolicited, commercial advertising or solicitations via E-mail
(spam) or
2) enable high volume, automated, electronic processes that apply
to this WHOIS server.
These terms may be changed without prior notice.
By submitting this query, you agree to abide by this policy.