📜 ⬆️ ⬇️

Javascript

Today at work I met a rather funny piece in the JS code:

obj_.checked = (obj_.checked == true)? false: true;

')

Source: https://habr.com/ru/post/29499/


All Articles