You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a simpler way to generate multiple line segments that repeats regularly like the following? Without having to write so many lines of almost repetitive code?
Of course, I know {1-2,3-4,5-6,7-8,9-10} not mean enumerating multiple identical styles, which will actually merge into one line, although this line may be interrupted. For example:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Is there a simpler way to generate multiple line segments that repeats regularly like the following? Without having to write so many lines of almost repetitive code?
All reactions