Weensy
Weensy Code

Weensy Code

Follow
Series

Front-end


Articles in this series

How to Access, Add, Modify and Delete a property from JavaScript object

May 31, 20221 min read

Access 1. Dot notation const obj = { notation: 'dot', application: { name: 'instagram', type: 'social' } obj.notation // =...

Let's start Ruby on Rails - 2