Pinned Loading
-
-
-
Algorithm for QuickSort
Algorithm for QuickSort 1function quickSort(input) {2if (input.length <= 1) {return input}3let less = [];
4let more = [];
5for (let i = 0 ; i < input.length ; i++) { -
Using Children as Props in React
Using Children as Props in React 1import React from "react";
2import ReactDOM from "react-dom";
3import "./styles.css";
45const UserAvatar = ({ user, size }) => (
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

