Pinned Loading
-
react-elastic-carousel
react-elastic-carousel PublicA flexible and responsive carousel component for react https://sag1v.github.io/react-elastic-carousel
-
-
react-only-when
react-only-when PublicA declarative component for conditional rendering
-
A run-time type checker with proxies
A run-time type checker with proxies 1function typeCheck(obj, definition) {
2return new Proxy(obj, {
3set(obj, key, value) {
4if (key in definition && typeof value !== definition[key]) {
5throw new TypeError(`Invalid type of ${key} '${typeof value}'. expected to be '${definition[key]}'`)
-
OOP-Javascript-Presentation
OOP-Javascript-Presentation PublicJavaScript presentation about OOP (using Spectacle) https://sag1v.github.io/OOP-Javascript-Presentation/
-
A simple implementation of undo and ...
A simple implementation of undo and redo in JavaScript 1const stripLast = arr => {
2// split the last item from an array and return a tupple of [rest, last]
3const length = arr.length;
4const lastItem = arr[length - 1];
5const restOfArr = arr.slice(0, length - 1);
40 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Loading
Contribution activity
April 2025
sag1v has no activity
yet for this period.