hypertown@lemmy.world to Programmer Humor@programming.dev · 1 year agoLife is hardlemmy.worldimagemessage-square9fedilinkarrow-up13arrow-down10
arrow-up13arrow-down1imageLife is hardlemmy.worldhypertown@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square9fedilink
minus-squarehenfredemars@infosec.pubcakelinkfedilinkEnglisharrow-up0·edit-21 year 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-up1arrow-down2·1 year agoIts javascript, itll just let you do that
minus-squarevithigar@lemmy.calinkfedilinkarrow-up1·1 year ago it’ll just let you do that Pretty much sums up JavaScript’s entire philosophy.
minus-squareKaboom@reddthat.comlinkfedilinkarrow-up0arrow-down3·1 year 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