Quick actions

cmd+k|ctrl+k

Navigation

Languages

Boolean

Snippet info

Language

JavaScript

Visibility

public

Author

hilmi-am

Created

2020-06-02T02:06:53Z

Updated

2020-06-02T02:06:53Z

let x = 25;
let y = 45;
	 
console.log(x < y);
console.log(x > y);
INFO