From f917cb59a42838b0103a484ef24005f3df50d28b Mon Sep 17 00:00:00 2001 From: alexmorenograu <61759297+alexmorenograu@users.noreply.github.com> Date: Thu, 11 Mar 2021 16:01:20 +0100 Subject: [PATCH] proba --- filter.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/filter.js b/filter.js index 819d581..bb35b87 100644 --- a/filter.js +++ b/filter.js @@ -10,3 +10,5 @@ function filter(toFilter, type){ return exp.test(toFilter) } console.log(filter("A0A3B820690FF", "barcode")) + +//////PROBA