Skip to content

Instantly share code, notes, and snippets.

@Efr41n
Efr41n / instalaciones-angular.md
Created April 5, 2022 18:12 — forked from Klerith/instalaciones-angular.md
Instalaciones necesarias y recomendadas - Curso de Angular de cero a experto
@Efr41n
Efr41n / rfc.html
Created March 11, 2022 05:18 — forked from rvazquezglez/rfc.html
Calcula RFC (registro federal de causantes) sin homoclave usando jQuery
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script>
function calculaRFC() {
function quitaArticulos(palabra) {
return palabra.replace("DEL ", "").replace("LAS ", "").replace("DE ",
"").replace("LA ", "").replace("Y ", "").replace("A ", "");
}
function esVocal(letra) {