Quick actions

cmd+k|ctrl+k

Navigation

Languages

Add Two Number 

Snippet info

Language

JavaScript

Visibility

public

Author

atuladityax

Created

2024-11-02T18:52:20.541203Z

Updated

2024-11-02T18:52:20.541203Z

let a =20
let b =29
console.log("sum of a + b is : ",a+b);
console.log("RCB for a reason ")
INFO