Skip to content

Instantly share code, notes, and snippets.

View DanteDeRuwe's full-sized avatar

Dante De Ruwe DanteDeRuwe

View GitHub Profile
@revolunet
revolunet / python-es6-comparison.md
Last active April 22, 2024 19:22
# Python VS JavaScript ES6 syntax comparison

Python VS ES6 syntax comparison

Python syntax here : 2.7 - online REPL

Javascript ES6 via Babel transpilation - online REPL

Imports

import math