Make a jittering motion for a servo.
Repeatedly set the Servo A position to a random value.
basic.forever(function () {
    sb.setServoPosition(sb.servo(SBServo.ServoA), Math.randomRange(0, 100))
})If using micro:bit for the first time, follow this setup.