Posts by Noob Super Sayajin • 135 points
3 posts
-
1
votes1
answer800
viewsQ: How to create a function to go to another tab in IONIC?
Is there a function that allows me to go to a particular application tab in Ionic? Assuming I have that tab organization: <ion-tabs class="tabs-icon-top tabs-positive"> <ion-tab…
ionicasked Noob Super Sayajin 135 -
3
votes2
answers130
viewsQ: How to concatenate variable with empty object (between keys)?
To add value in arrays (between brackets []) use $objeto.push('novoValor'); How do I add values in variables between keys (empty object)? Example : $objeto = {} add $objeto = {"conteudo":"dado"}…
javascriptasked Noob Super Sayajin 135 -
9
votes1
answer349
viewsQ: Is unit testing a generic term? What types are there? And what ways to apply?
Unit testing is a generic term for any test of an independent part of a program? Or is it a exclusive term for object-oriented paradigms, with procedures already known? Every time I find any post…