JPDev@programming.dev to Programmer Humor@programming.dev · 7 months agoExam Answerprogramming.devimagemessage-square129fedilinkarrow-up1798arrow-down111
arrow-up1787arrow-down1imageExam Answerprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 7 months agomessage-square129fedilink
minus-squarebreadsmasher@lemmy.worldlinkfedilinkEnglisharrow-up3arrow-down1·edit-27 months agoSame thoughts I had. Language which allows variable declaration as name = value without any keywords or its a variable declared outside of the example Has lowercase .length and not .len or other .length is also a property and not a method? Assuming convention .length() for method call like print(x)
Same thoughts I had.
name = value
without any keywords or its a variable declared outside of the example.length
and not.len
or other.length
is also a property and not a method? Assuming convention.length()
for method call likeprint(x)