javascript-syntax

There are 11 repositories under javascript-syntax topic.

  • felipefialho/coding-style

    [outdated/deprecated] My rules coding for HTML, CSS and JavaScript development

  • JavaScript-Quick-Reference

    george-GPT/JavaScript-Quick-Reference

    An extensive, yet concise quick-reference guide and overview of JavaScript fundamentals.

  • Escan-DNMZ/javascript-syntax

    Hello guys, I give you my note, I hope it works for you, **updated**

  • jefferyto/gtksourceview-js-lang

    OBSOLETE GtkSourceView syntax highlighting for JavaScript / TypeScript / JSX

    Language:TypeScript333
  • Vishuu005/Javascript

    Come & see the magic of my code JavaScript (often shortened to JS) is a lightweight, interpreted, object-oriented language with first-class functions, and is best known as the scripting language for Web pages, but it's used in many non-browser environments as well. It is a prototype-based, multi-paradigm scripting language that is dynamic, and supports object-oriented, imperative, and functional programming styles. JavaScript runs on the client side of the web, which can be used to design / program how the web pages behave on the occurrence of an event. JavaScript is an easy to learn and also powerful scripting language, widely used for controlling web page behavior. Contrary to popular misconception, JavaScript is not "Interpreted Java". In a nutshell, JavaScript is a dynamic scripting language supporting prototype based object construction. The basic syntax is intentionally similar to both Java and C++ to reduce the number of new concepts required to learn the language. Language constructs, such as if statements, for and while loops, and switch and try ... catch blocks function the same as in these languages (or nearly so).

    Language:HTML110
  • braxtonshakira/-Expense-Tracker-

    In this project I created a personal expense tracker using for loops, arrays and iterations.

    Language:HTML00
  • CNSeniorious000/literal-dict

    Use js-like object definition syntax in Python

    Language:Python0100
  • sj-kc/burgerbuilder

    A React application that allows you to build and visualize the creation of your burger.

    Language:JavaScript0100
  • trayanaboykova/JS-Front-End

    Task from my course JS Front-End at Softuni

    Language:JavaScript0100
  • EmrahFidan/JavaScriptBasic

    This project is the project folder I use to learn javascript syntax, with basic and intermediate project examples.

    Language:HTML10