Skip to content

Commit

Permalink
classNames
Browse files Browse the repository at this point in the history
Signed-off-by: Akbar Uddin <akbaruddin@live.in>
  • Loading branch information
akbaruddin authored Dec 18, 2022
1 parent 700165a commit 2bff702
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions javascript/classNames.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
const classNames = (...classes) => classes.filter(Boolean).join(' ');

0 comments on commit 2bff702

Please sign in to comment.