Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^6: Shouldn't references be readonly? (updated)

by LanX (Sage)
on Aug 05, 2020 at 18:51 UTC ( #11120343=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Arrays can be created using the literal notation:
    
    let fruits = ['Apple', 'Banana'];
    
    console.log(fruits.length); // 2
    console.log(fruits[0]);     // "Apple"
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11120343]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2023-03-29 19:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (72 votes). Check out past polls.

    Notices?