devsnippets icon indicating copy to clipboard operation
devsnippets copied to clipboard

✂️ A collection of useful code snippets for new developers

Results 56 devsnippets issues
Sort by recently updated
recently updated
newest added

#### What does this PR do? - adds Object methods: entries, keys, values

- adds a Add javascript forEach snippet

Definitely like the concept of this repository and felt I could help out a little bit! Made some clarifications to the git commands as well as add new ones.

Removed `### code` headings from JS snippets file. Having this heading just above the actual code block was not yielding anything but was just increasing line count. 😒 Refactored kubernetes...

Add a new sub-section under **setState() Best Practices** to explain how to handle State safely without mutating it. Include different approaches for handling Arrays and Objects (including nested objects).