Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

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

by LanX (Saint)
on Aug 05, 2020 at 18:51 UTC ( [id://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?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (7)
As of 2024-04-25 08:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found