Skip to content

Commit 33fd8d7

Browse files
authored
Rename emedevelopa.js to emedevelopa.js
1 parent 5662d04 commit 33fd8d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Roadmap/16 - EXPRESIONES REGULARES/JavaScript/emedevelopa.js renamed to Roadmap/16 - EXPRESIONES REGULARES/javascript/emedevelopa.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ function mail (email) {
3232
const regex = /^(ftp|http|https):\/\/[^ "]+$/;
3333
return regex.test(url)
3434
}
35-
console.log(url("https://retosdeprogramacion.com/roadmap/"));
35+
console.log(url("https://retosdeprogramacion.com/roadmap/"));

0 commit comments

Comments
 (0)