This commit is contained in:
Adam 2023-04-11 23:55:03 -04:00
parent 9120b81499
commit 2798835a12

View file

@ -21,7 +21,7 @@ class Blog extends Component {
render() {
return (
<>
{console.log(this.state.articles.map(asd => asd.url))}
{console.log(this.state.articles.map(asd => asd.url), "bet you can't guess how many times I run O.o")}
</>
)
}