# jQuery.sum **Repository Path**: mirrors_Semigradsky/jQuery.sum ## Basic Information - **Project Name**: jQuery.sum - **Description**: Add a number to another number in JavaScript - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### You should definitely use jQuery. ### It's really great and does all things --- #### Example of usages ```js const a = 2; const b = 2; const result = $.fn.sum(a, b); alert(result === 4); // true ``` --- #### Why? > Just Do It --- ![image](https://cloud.githubusercontent.com/assets/1198848/10995524/854d216c-848e-11e5-838a-467264afe82c.png)