mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-27 21:39:15 +00:00
8 lines
165 B
JavaScript
8 lines
165 B
JavaScript
function counterExternalFile() {
|
|
console.count("console.count() testcounter");
|
|
}
|
|
function externalCountersWithoutLabel() {
|
|
console.count();
|
|
console.count();
|
|
}
|