Content pfp
Content
@
0 reply
0 recast
2 reactions

kk pfp
kk
@king
pesky bug huh? aite then
7 replies
0 recast
55 reactions

Stephan pfp
Stephan
@stephancill
i prefer console.log("here") ... console.log("here aaaaa") ... console.log("here aaaaaaaaaaaaaa")
4 replies
0 recast
9 reactions

alec pfp
alec
@alecpap
going with console.log('******************************') and then console.log('!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!') is another tried-and-true tactic! love the aaaaaaaaaaaaaaaaaaaaaaa
1 reply
0 recast
1 reaction

Stephan pfp
Stephan
@stephancill
it's really just functional venting
1 reply
0 recast
1 reaction

alec pfp
alec
@alecpap
to really make more functional what do you think about const logHere = (suffix: string = '') => console.log(`here${suffix}`) const logSeparator = (char: string, length: number = 30) => console.log(char.repeat(length)) logHere(' aaaaaaaaaaaaaa') logSeparator('*')
1 reply
0 recast
1 reaction