Posts by user145470 • 21 points
2 posts
-
1
votes1
answer71
viewsA: Is it possible to use Ecmascript 6 without Babel or Webpack?
With the exception of Internet Explorer, most browsers support ES6, ES2016, ES2017 and ES2018 syntax. Yes, it is possible to write the code directly without transpilator. Is it recommended? This is…
-
1
votes1
answer680
viewsA: Dictionary with FOR loop in Python
This isn’t a library, it’s a dictionary. Do not confuse these terminologies, libraries is also a term used in programming, and refers to something completely different. The problem with your for, is…
python-3.xanswered user145470 21