Quick actions

cmd+k|ctrl+k

Navigation

Languages

opperbandingan

Snippet info

Language

JavaScript

Visibility

public

Author

dewiyantiklau395

Created

2019-09-27T14:19:54Z

Updated

2019-09-27T14:19:54Z

var x = 29;
var y = 19;
console.log( typeof x != y );
console.log( typeof x == y );
INFO