GitHub
github.com › Chalarangelo › 30-seconds-of-code
GitHub - Chalarangelo/30-seconds-of-code: Coding articles to level up your development skills · GitHub
Coding articles to level up your development skills - Chalarangelo/30-seconds-of-code
Author Chalarangelo
30 Seconds of Code
30secondsofcode.org
30 seconds of code
Browse 694 coding articles to level up your coding skills on 30 seconds of code.
30-seconds-of-code: Useful JavaScript snippets that you can understand in 30 seconds or less.
This gets reposted every month. I don't know what's useful about those, but I would call them interesting. Certainly worth it to read and analyze them, not sure about using them in real apps. EDIT. I'd like to clarify that each time this is reposted, more stuff is added to the repo. There are more and more actually useful methods added each time, so don't read my comment and be discouraged to check this repo out. More on reddit.com
30 seconds of Code
Ok I'm not an ES6 expert so forgive me if this is a dumb question, but what's the point of wrapping this in a function ? Can't you just call arr.every(fn) directly? More on reddit.com
30 seconds of code: Curated collection of useful JavaScript snippets that you can understand in 30 seconds or less.
Leave the uglification to the uglifier please. Expressive variable names never hurt anyone. Which of these would you prefer?
const countOccurrences = (arr, value) => arr.reduce((a, v) => (v === value ? a + 1 : a + 0), 0);More on reddit.com
const countOccurrences = (haystack, needle) => haystack.filter(value => value === needle).length;
30 seconds of code: Learn JavaScript in 30 seconds, one function at a time
This is definitely not a good site to learn javascript if you're a newb.
But it looks like a nice reference / cheat sheet.
More on reddit.com30secondsofknowledge
30secondsofknowledge.com
Don't let your engineering brain rot in the age of AI | 30 Seconds Of Knowledge
... 30 Seconds of Knowledge is a browser extension that replaces your blank new tab with one real code snippet to read - a language feature, a framework pattern, an interview answer.
npm
npmjs.com › package › 30-seconds-of-code
30-seconds-of-code - npm
December 5, 2018 - Curated collection of useful JavaScript snippets that you can understand in 30 seconds or less.
» npm install 30-seconds-of-code
Published Dec 05, 2018
Version 1.2.3
30 Seconds of Code
chalarangelo-30-seconds-of-code.mintlify.app
30 Seconds of Code - 30 Seconds of Code
Every snippet is designed to be understood in 30 seconds or less, with clear explanations and real-world examples. ... All code snippets are tested, optimized, and ready to use in your projects.
Visual Studio Marketplace
marketplace.visualstudio.com › items
30 seconds of code - Visual Studio Marketplace
December 7, 2018 - Extension for Visual Studio Code - JavaScript snippets you can understand in 30 seconds or less.
Project-Awesome
project-awesome.org › 30-seconds › 30-seconds-of-code
30 seconds of code | Curated list of awesome lists | Project-Awesome.org
Short code snippets for all your development needs
30 Seconds of Code
30secondsofcode.org › about
About - 30 seconds of code
I started 30 seconds of code in 2017 as a side project to help me and others learn new things and improve their coding skills, by providing free access to curated content.
Opensourcecollection
opensourcecollection.com › blog › 30-seconds-of-code-all-about-this-learning-resource
30 Seconds Of Code- All About This Learning Resource
The whole idea is to make it easy for developers to find and use these quick solutions without having to write long and complicated code or spend a lot of time researching. Since it started in 2017, 30 Seconds of Code has grown into a community with over 250 contributors and more than 10 maintainers.
Codeanywhere
codeanywhere.com › github › 30-seconds-of-code
30-seconds-of-code · Run source code examples online · AI Cloud IDE · Codeanywhere
Codeanywhere is sunsetting on July 1, 2026. Read more ... Open 30-seconds-of-code code in a cloud IDE Short JavaScript code snippets for all your development needs
Fujiharuka
fujiharuka.github.io › 30-seconds-of-code-training
30-seconds-of-code Training (JavaScript)
You need to enable JavaScript to run this app