Update isprime.js
This commit is contained in:
		@@ -1,6 +1,5 @@
 | 
			
		||||
module.exports = {
 | 
			
		||||
  handler: (event, context) => {
 | 
			
		||||
    console.log(event);
 | 
			
		||||
    num=event.data;
 | 
			
		||||
    if (num == 1) return "Not Prime";
 | 
			
		||||
  num += 2;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user