Javascript doubt

This page summarizes the projects mentioned and recommended in the original post on /r/CodingHelp

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • proposals

    Tracking ECMAScript Proposals

  • The latest version of the ECMAScript standard is referred to as ES2022. However, there are almost always something new cooking, which you can use (ESNext) if yo have a javascript engine that implements it, or if you use a polyfill which implements some particular feature for earlier javascript engines.

  • babel-sublime

    Syntax definitions for ES6 JavaScript with React JSX extensions.

  • If you're just learning JavaScript, don't worry too much about this stuff. The usual version related problem is that a script written in newer javascript syntax will fail on older browsers that haven't been kept updated. In this case it's possible to automatically convert your new syntax script to an older version (see Babel).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts