arkalsekar / Learn-Javascript

A Complete Javascript Learning Reference Guide.
MIT License
16 stars 24 forks source link

Add table() method example to the existing 01_Console #48

Closed alexventuraio closed 1 year ago

alexventuraio commented 1 year ago

Adding the missing .table() method to the console ones.

(index) | name | last_name | Age
---------------------------------
0       | Alex | Ventura   | 19
1       | Joe  | Blink     | 11

@arkalsekar Please assign this to me with the hacktoberfest label.