c4console.min

15.06.2020, 06:31:18

Version vom 20.06.2020. Aktuellste Version

Autor
UniBreakfast
Bewertungen
0 0 0
Version
3.0.8
Erstellt am
15.06.2020
Letzte Aktualisierung
20.06.2020
Größe
4,19 KB
Lizenz
n/a
Wird angewandt auf
Alle Seiten

non-minified version is there: https://greasyfork.org/en/scripts/405385-c4console
NodeJS version is on NPM: https://www.npmjs.com/package/c4console

any_value.c() for console.log(value) && return value in-place! MUCH more convenient than console.log(...) w/o vars or debugger when all you need is to see what's there at a point.

Also adds c(...args) function that are similar to console.log but returns what was passed into it as well.