Short JavaScript code snippets for all your development needs
-
Updated
Nov 3, 2020 - JavaScript
{{ message }}
Short JavaScript code snippets for all your development needs
Design patterns implemented in Java
Short CSS code snippets for all your development needs
A curated collection of common interview questions to help you prepare for your next interview.
Short Python code snippets for all your development needs
Short React code snippets for all your development needs
Short PHP code snippets for all your development needs
Curated collection of useful little Java functions that you can understand quickly
Collection of reusable tested Java 11 compatible code snippets that you can understand in 30 seconds or less.
Kotlin snippets that you can understand quickly, using only stdlib functionality.
Code Snippets for WordPress and WooCommerce speed up, which can be imported into the plugin.
An IntelliJ IDEA & Android Studio plugin that adds Live Templates to your IDE saving time writing the boilerplate in Flutter.
Awesome Flutter Snippets is a collection snippets and shortcuts for commonly used Flutter functions and classes
Atom & VSCode - Modern javascript snippets for better productivity with support for JavaScript, Babel, TypeScript, JSX and semicolonless code. Using StandardJS Style.
Short C# code snippets for all your development needs
Learn basic JavaScript concepts in action.
Short Dart code snippets for all your development needs
To add any concepts like reactjs and javascript follow the below steps
src/pages/.src/components/data.js and create a PR.Files to import the 30-seconds-of-code snippets into VSCode, Atom and Sublime.
Short Golang code snippets for all your development needs
A command line visual file manager for linux
A collection of useful Python snippets
A curated collection of useful C# snippets that you can understand in 30 seconds or less.
Collection of small base-R expressions (r snippets)
Curated collection of Angular snippets that you can understand in 30 seconds or less
Visual Studio Code snippet extension for JavaScript and TypeScript
30-seconds-of-code 中文翻译
秀丸エディタの動的スニペット
Add a description, image, and links to the snippets-collection topic page so that developers can more easily learn about it.
To associate your repository with the snippets-collection topic, visit your repo's landing page and select "manage topics."
Make a function that checks if two strings are anagrams
ex:
anagram("abcd3", "3acdb") //false
anagram("123", "456") //false