JavaScript Tc39

Open-source JavaScript projects categorized as Tc39

Top 4 JavaScript Tc39 Projects

  • javascript

    JavaScript Style Guide

  • Project mention: Decoding JavaScript Variables: A Comprehensive Overview | dev.to | 2024-04-21

    // Follow Established Style Guides // Adhere to established style guides such as Airbnb JavaScript Style Guide or Google JavaScript Style Guide to maintain consistency across your codebase. // These style guides provide comprehensive rules and recommendations for variable naming, declaration, and usage. // Example: Airbnb JavaScript Style Guide // https://github.com/airbnb/javascript /** * Represents a person with a given name and age. * @typedef {Object} Person * @property {string} name - The name of the person. * @property {number} age - The age of the person. */ /** * Create a new person. * @param {string} name - The name of the person. * @param {number} age - The age of the person. * @returns {Person} - The newly created person object. */ function createPerson(name, age) { return { name, age }; } const person1 = createPerson("John", 30); const person2 = createPerson("Jane", 25); console.log(person1); console.log(person2);

  • test262

    Official ECMAScript Conformance Test Suite

  • Project mention: The Ladybird Browser Project | news.ycombinator.com | 2024-02-06

    Indeed. These may be even more important...

    https://github.com/tc39/test262

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • test262.fyi

    Daily runner of test262 for many engines

  • Project mention: Test262.fyi: Daily runner of test262 for many engines | news.ycombinator.com | 2023-06-08
  • String.prototype.trimStart

    ES2019 spec-compliant String.prototype.trimStart shim

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript Tc39 related posts

Index

What are some of the best open-source Tc39 projects in JavaScript? This list will help you:

Project Stars
1 javascript 141,679
2 test262 2,190
3 test262.fyi 41
4 String.prototype.trimStart 4

Sponsored
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.
www.influxdata.com