Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 359 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 359 Bytes

You should definitely use jQuery.

It's really great and does all things


Example of usages

  const a = 2;
  const b = 2;
  const result = $.fn.sum(a, b);
  alert(result === 4); // true

Why?

Just Do It


image