hypertown@lemmy.world to Programmer Humor@programming.dev · 5 months agoLife is hardlemmy.worldimagemessage-square8fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1imageLife is hardlemmy.worldhypertown@lemmy.world to Programmer Humor@programming.dev · 5 months agomessage-square8fedilink
minus-squarehenfredemars@infosec.publinkfedilinkEnglisharrow-up0·edit-25 months agoMissing type or identifier. A const what? Also, I read that you have to assign a const when it is declared. Something doesn’t feel right about this statement.
minus-squareKaboom@reddthat.comlinkfedilinkarrow-up0·5 months agoIts javascript, itll just let you do that
minus-squarevithigar@lemmy.calinkfedilinkarrow-up0·5 months ago it’ll just let you do that Pretty much sums up JavaScript’s entire philosophy.
minus-squareKaboom@reddthat.comlinkfedilinkarrow-up0·5 months agoImo, its better for it. A tool shouldnt tell the user what to do
Missing type or identifier.
A const what?
Also, I read that you have to assign a const when it is declared. Something doesn’t feel right about this statement.
Its javascript, itll just let you do that
Pretty much sums up JavaScript’s entire philosophy.
Imo, its better for it. A tool shouldnt tell the user what to do