I'm going to finish a system started by another colleague who was disconnected from the company and I'm in doubt about using +
before starting the function, and I would like to know what the impact of this assignment is,
+function ($) {
//funções dentro do arquivo .js
//e termina dessa forma
}(jQuery);
I'm used to working in two ways;
$(function ($) {...})
$(document).ready( function() {...})