I have an array from firestore that I have to put to events of full calendar.
What I want is to display it like this
[
{
title: '',
start:''
}
]
Not this
[{…}]
0
:
{title: "namee", start: "2018-09-19"}
1
:
{title: "namee", start: "2018-09-19"}
2
:
{title: "STI Night", start: "2018-09-18"}
length
:
3
__proto__
:
Array(0)
console.logfeature built into the developer tools of a number of browsers. So is your question "How can I edit the source code of my browser to change the wayconsole.logworks?"