Skip to content

Instantly share code, notes, and snippets.

View orlandovallejos's full-sized avatar

Orland orlandovallejos

  • Los Angeles, CA
View GitHub Profile
[
{
"status": "pending",
"subListId": "5c66b9137dd384702045bd8e",
"text": "14",
"shortId": "T25L",
"createdAt": "2019-02-14T21:02:28.001Z",
"updatedAt": "2020-01-06T15:54:17.170Z",
"dueDate": "2019-08-30T13:27:04.000Z",
"dueDateTime": "13:27:04",
@orlandovallejos
orlandovallejos / scrolling.js
Created November 12, 2019 17:37
scrolling helper for react-dnd ^9.4.0
/*------------------------------------------------*/
/* LIBRARIES
/*------------------------------------------------*/
import throttle from 'lodash/throttle';
/*------------------------------------------------*/
/* INTERNAL DEPENDENCIES
/*------------------------------------------------*/
import { MAIN_APP_SIDEBAR_ID } from '../../constants/global';
@orlandovallejos
orlandovallejos / length.js
Last active January 21, 2018 03:44
Arrays
console.log([]);
>length: 0
>__proto__: Array(0)